Spread WinForms 15
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)

Parameters

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