FastColoredTextBox.Pasting Event

T3000 CrossPlatform

FastColoredTextBoxPasting Event

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

Occurs when user paste text from clipboard

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<TextChangingEventArgs> Pasting
Public Event Pasting As EventHandler(Of TextChangingEventArgs)

Dim instance As FastColoredTextBox
Dim handler As EventHandler(Of TextChangingEventArgs)

AddHandler instance.Pasting, handler

Value

Type: SystemEventHandlerTextChangingEventArgs
See Also