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


ClipboardPasted Event
Occurs when the user pastes from the clipboard.
Syntax
'Declaration
 
Public Event ClipboardPasted As ClipboardPastedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As ClipboardPastedEventHandler
 
AddHandler instance.ClipboardPasted, handler
Event Data

The event handler receives an argument of type ClipboardPastedEventArgs containing data related to this event. The following ClipboardPastedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the CellRange.  
Gets the IDataObject  
Gets the ClipboardPasteOptions  
Gets the SheetView.  
See Also