FastColoredTextBox |
FastColoredTextBox..::..KeyPressed Event |
FastColoredTextBox Class See Also Send Feedback |
It occurs when visible char is enetered (alphabetic, digit, punctuation, DEL, BACKSPACE)
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public event KeyPressEventHandler KeyPressed |
Visual Basic |
---|
Public Event KeyPressed As KeyPressEventHandler |
Visual C++ |
---|
public: event KeyPressEventHandler^ KeyPressed { void add (KeyPressEventHandler^ value); void remove (KeyPressEventHandler^ value); } |