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


In This Topic
    PopupCancelEventHandler Delegate
    In This Topic
    Represents the method which responds to a PopupCancel event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub PopupCancelEventHandler( _
       ByVal sender As Object, _
       ByVal e As PopupCancelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New PopupCancelEventHandler(AddressOf HandlerMethod)
    public delegate void PopupCancelEventHandler( 
       object sender,
       PopupCancelEventArgs e
    )

    Parameters

    sender
    e
    See Also