Exemplo n.º 1
0
        public void TextEscaped(string text)
        {
            this.text = text;
            pressed   = false;

            KeyString.StopRecording(true);

            SetCatchUpdate(null);
        }
Exemplo n.º 2
0
        public void TextEntered(string text)
        {
            this.text = text;
            pressed   = false;

            if (ValueChanged != null)
            {
                ValueChanged(text);
            }

            KeyString.StopRecording(true);

            SetCatchUpdate(null);
        }