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


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

    Parameters

    sender
    e
    See Also