Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnClipboardPasting Method
ClipboardPastingEventArgs object that contains the event data


In This Topic
OnClipboardPasting Method
In This Topic
Raises the ClipboardPasting event.
Syntax
'Declaration
 
Protected Overridable Sub OnClipboardPasting( _
   ByVal e As ClipboardPastingEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As ClipboardPastingEventArgs
 
instance.OnClipboardPasting(e)

Parameters

e
ClipboardPastingEventArgs object that contains the event data
See Also