C# Class Bloom.Command

Inheritance: ICommand
Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Méthode Description
Command ( string name ) : System
Execute ( ) : void

Méthodes protégées

Méthode Description
RaiseEnabledChanged ( ) : void

Private Methods

Méthode 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 méthode

public Command ( string name ) : System
name string
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void

RaiseEnabledChanged() protected méthode

protected RaiseEnabledChanged ( ) : void
Résultat void