CK.WordPredictor.PredictionTextAreaBus.OnCommandSent C# (CSharp) Method

OnCommandSent() protected method

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
return void
        protected override void OnCommandSent( object sender, CommandSentEventArgs e )
        {
            if( e.Command != null && e.Command.Contains( CMDSendPredictionAreaContent ) )
                ((IPredictionTextAreaService)this).SendText();
        }