C# Class BasicCommandHandlers.ClicCommandHandler

Inheritance: CommonServices.BasicCommandHandler, IClicCommandHandlerService
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clic ( ) : void
DoubleClic ( ) : void
LeftPush ( ) : void
LeftRelease ( ) : void
RightClic ( ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Method Details

Clic() public méthode

public Clic ( ) : void
Résultat void

DoubleClic() public méthode

public DoubleClic ( ) : void
Résultat void

LeftPush() public méthode

public LeftPush ( ) : void
Résultat void

LeftRelease() public méthode

public LeftRelease ( ) : void
Résultat void

OnCommandSent() protected méthode

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
Résultat void

RightClic() public méthode

public RightClic ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void