Spread Windows Forms 12.0 Product Documentation
PopupClosed Event


FarPoint.Win Assembly > FarPoint.Win Namespace > PopupWindowHelper Class : PopupClosed Event
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