CK.WordPredictor.Model.PredictionAreaContentEventArgs.PredictionAreaContentEventArgs C# (CSharp) Method

PredictionAreaContentEventArgs() public method

public PredictionAreaContentEventArgs ( string text, int caretIndex ) : System
text string
caretIndex int
return System
        public PredictionAreaContentEventArgs( string text, int caretIndex )
        {
            Text = text;
            CaretIndex = caretIndex;
        }
PredictionAreaContentEventArgs