CK.WordPredictor.TextualContextService.OnPredictionAreaContentSent C# (CSharp) Méthode

OnPredictionAreaContentSent() protected méthode

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