Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / TextPastingEventHandler Delegate
Source of event
Event data


In This Topic
    TextPastingEventHandler Delegate
    In This Topic
    Represents the method that handles the TextPasting event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub TextPastingEventHandler( _
       ByVal sender As Object, _
       ByVal e As CancelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New TextPastingEventHandler(AddressOf HandlerMethod)
    public delegate void TextPastingEventHandler( 
       object sender,
       CancelEventArgs e
    )

    Parameters

    sender
    Source of event
    e
    Event data
    See Also