Spread Windows Forms 15.0
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)
    protected virtual void OnClipboardPasting( 
       ClipboardPastingEventArgs e
    )

    Parameters

    e
    ClipboardPastingEventArgs object that contains the event data
    See Also