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


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

    Parameters

    sender
    e
    See Also