C# 클래스 Bloom.Command

상속: ICommand
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
Command ( string name ) : System
Execute ( ) : void

보호된 메소드들

메소드 설명
RaiseEnabledChanged ( ) : void

비공개 메소드들

메소드 설명
Bouncing ( ) : bool

Check whether the click activating this command came too quickly to be a separate command. This handles people double-clicking when they should single click (or clicking again while a command is executing that takes longer than they think it should).

SetBounceTime ( ) : void

메소드 상세

Command() 공개 메소드

public Command ( string name ) : System
name string
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

RaiseEnabledChanged() 보호된 메소드

protected RaiseEnabledChanged ( ) : void
리턴 void