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