[]
Represents the method that handles the TextPasted event.
public delegate void TextPastedEventHandler(object sender, CancelEventArgs e)
Public Delegate Sub TextPastedEventHandler(sender As Object, e As CancelEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | Source of event |
| CancelEventArgs | e | Event data |