CK.WordPredictor.TextualContextCommandHandler.ClearTextualContext C# (CSharp) Method

ClearTextualContext() public method

public ClearTextualContext ( ) : void
return void
        public void ClearTextualContext()
        {
            if( TextualContextClear != null )
                TextualContextClear( this, EventArgs.Empty );
        }
TextualContextCommandHandler