C# Class CK.WordPredictor.PredictionTextAreaBus

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IPredictionTextAreaService ( ) : void
IPredictionTextAreaService ( string text, int caretIndex ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

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

Method Details

IPredictionTextAreaService() public méthode

public IPredictionTextAreaService ( ) : void
Résultat void

IPredictionTextAreaService() public méthode

public IPredictionTextAreaService ( string text, int caretIndex ) : void
text string
caretIndex int
Résultat void

OnCommandSent() protected méthode

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

OnPredictionAreaContentChanged() protected méthode

protected OnPredictionAreaContentChanged ( object sender, PredictionAreaContentEventArgs e ) : void
sender object
e CK.WordPredictor.Model.PredictionAreaContentEventArgs
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void