C# Class Bloom.Command

Inheritance: ICommand
Show file Open project: BloomBooks/BloomDesktop

Public Methods

Method Description
Command ( string name ) : System
Execute ( ) : void

Protected Methods

Method Description
RaiseEnabledChanged ( ) : void

Private Methods

Method Description
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

Method Details

Command() public method

public Command ( string name ) : System
name string
return System

Execute() public method

public Execute ( ) : void
return void

RaiseEnabledChanged() protected method

protected RaiseEnabledChanged ( ) : void
return void