'Declaration
Public Event ClipboardPasting As ClipboardPastingEventHandler
'Usage
Dim instance As FpSpread Dim handler As ClipboardPastingEventHandler AddHandler instance.ClipboardPasting, handler
public event ClipboardPastingEventHandler ClipboardPasting
Event Data
The event handler receives an argument of type ClipboardPastingEventArgs containing data related to this event. The following ClipboardPastingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Behavior | Gets the behavior. |
Handled | Gets or sets whether the paste was handled or the default paste action should be performed. |
See Also