KeyPressing Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
It occurs when visible char is enetering (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 KeyPressing
Visual Basic
Public Event KeyPressing As KeyPressEventHandler
Visual C++
public:
 event KeyPressEventHandler^ KeyPressing {
	void add (KeyPressEventHandler^ value);
	void remove (KeyPressEventHandler^ value);
}

Remarks

Set Handle to True for cancel key

See Also