Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ClipboardPasting Event


ClipboardPasting Event
Occurs when the user pastes from the clipboard.
Syntax
'Declaration
 
Public Event ClipboardPasting As ClipboardPastingEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As ClipboardPastingEventHandler
 
AddHandler instance.ClipboardPasting, handler
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.

PropertyDescription
Gets the behavior.  
Gets or sets whether the paste was handled or the default paste action should be performed.  
See Also