Spread Windows Forms 12.0 Product Documentation
OnClipboardPasting Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnClipboardPasting Method
ClipboardPastingEventArgs object that contains the event data
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)
protected virtual void OnClipboardPasting( 
   ClipboardPastingEventArgs e
)

Parameters

e
ClipboardPastingEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members