Spread Windows Forms 12.0 Product Documentation
OnPopupClosed Method (PopupWindowHelper)


FarPoint.Win Assembly > FarPoint.Win Namespace > PopupWindowHelper Class : OnPopupClosed Method
PopupClosedEventArgs that describe the popup form that is being closed.
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

Reference

PopupWindowHelper Class
PopupWindowHelper Members