







|
| FastColoredTextBox |
| FastColoredTextBox..::..OnPaste Event |
| FastColoredTextBox Class See Also Send Feedback |
Occurs when user paste text from clipboard
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public event EventHandler<TextChangingEventArgs> OnPaste |
| Visual Basic |
|---|
Public Event OnPaste As EventHandler(Of TextChangingEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<TextChangingEventArgs^>^ OnPaste { void add (EventHandler<TextChangingEventArgs^>^ value); void remove (EventHandler<TextChangingEventArgs^>^ value); } |
