[]
Represents a defined method that handles the ClipboardPasting event for the Spread component.
public delegate void ClipboardPastingEventHandler(object sender, ClipboardPastingEventArgs e)
Public Delegate Sub ClipboardPastingEventHandler(sender As Object, e As ClipboardPastingEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
ClipboardPastingEventArgs | e | Event data |