Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastedEventHandler Delegate


In This Topic
    ClipboardPastedEventHandler Delegate
    In This Topic
    Event handler for ClipboardPasted event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ClipboardPastedEventHandler( _
       ByVal sender As Object, _
       ByVal e As ClipboardPastedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ClipboardPastedEventHandler(AddressOf HandlerMethod)
    public delegate void ClipboardPastedEventHandler( 
       object sender,
       ClipboardPastedEventArgs e
    )

    Parameters

    sender
    e
    See Also