CK.WordPredictor.TextualContextService.OnPredictionAreaContentSent C# (CSharp) Method

OnPredictionAreaContentSent() protected method

protected OnPredictionAreaContentSent ( object sender, PredictionAreaContentEventArgs e ) : void
sender object
e CK.WordPredictor.Model.PredictionAreaContentEventArgs
return void
        protected virtual void OnPredictionAreaContentSent( object sender, PredictionAreaContentEventArgs e )
        {
            CommandTextualContextService.Service.ClearTextualContext();
            SendStringService.Service.SendString( e.Text );
        }