Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupWindowHelper Class / PopupClosed Event


In This Topic
    PopupClosed Event (PopupWindowHelper)
    In This Topic
    Raised when the popup form is closed.
    Syntax
    'Declaration
     
    
    Public Event PopupClosed As PopupClosedEventHandler
    'Usage
     
    
    Dim instance As PopupWindowHelper
    Dim handler As PopupClosedEventHandler
     
    AddHandler instance.PopupClosed, handler
    public event PopupClosedEventHandler PopupClosed
    Event Data

    The event handler receives an argument of type PopupClosedEventArgs containing data related to this event. The following PopupClosedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the popup form which is being closed.  
    See Also