'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.
Property | Description |
---|---|
Popup | Gets the popup form which is being closed. |
See Also