C# Class CK.WordPredictor.PredictionTextAreaBus

Inheritance: CommonServices.BasicCommandHandler, IPredictionTextAreaService
Mostra file Open project: Invenietis/ck-certified

Private Properties

Property Type Description

Public Methods

Method Description
IPredictionTextAreaService ( ) : void
IPredictionTextAreaService ( string text, int caretIndex ) : void
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void
OnPredictionAreaContentChanged ( object sender, PredictionAreaContentEventArgs e ) : void

Method Details

IPredictionTextAreaService() public method

public IPredictionTextAreaService ( ) : void
return void

IPredictionTextAreaService() public method

public IPredictionTextAreaService ( string text, int caretIndex ) : void
text string
caretIndex int
return void

OnCommandSent() protected method

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
return void

OnPredictionAreaContentChanged() protected method

protected OnPredictionAreaContentChanged ( object sender, PredictionAreaContentEventArgs e ) : void
sender object
e CK.WordPredictor.Model.PredictionAreaContentEventArgs
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void