FastColoredTextBox.KeyPressed Event

T3000 CrossPlatform

FastColoredTextBoxKeyPressed Event

[This is preliminary documentation and is subject to change.]

It occurs when visible char is enetered (alphabetic, digit, punctuation, DEL, BACKSPACE)

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event KeyPressEventHandler KeyPressed
Public Event KeyPressed As KeyPressEventHandler

Dim instance As FastColoredTextBox
Dim handler As KeyPressEventHandler

AddHandler instance.KeyPressed, handler

Value

Type: System.Windows.FormsKeyPressEventHandler
See Also