Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupWindowHelper Class / OnPopupClosed Method
PopupClosedEventArgs that describe the popup form that is being closed.


In This Topic
    OnPopupClosed Method (PopupWindowHelper)
    In This Topic
    Raises the PopupClosed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPopupClosed( _
       ByVal e As PopupClosedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As PopupWindowHelper
    Dim e As PopupClosedEventArgs
     
    instance.OnPopupClosed(e)
    protected virtual void OnPopupClosed( 
       PopupClosedEventArgs e
    )

    Parameters

    e
    PopupClosedEventArgs that describe the popup form that is being closed.
    See Also