Spread Windows Forms 12.0 Product Documentation
PopupClosedEventArgs Constructor


FarPoint.Win Assembly > FarPoint.Win Namespace > PopupClosedEventArgs Class : PopupClosedEventArgs Constructor
Popup form which is being closed.
Constructs a new instance of this class for the specified popup form.
Syntax
'Declaration
 
Public Function New( _
   ByVal popup As Form _
)
'Usage
 
Dim popup As Form
 
Dim instance As New PopupClosedEventArgs(popup)
public PopupClosedEventArgs( 
   Form popup
)

Parameters

popup
Popup form which is being closed.
See Also

Reference

PopupClosedEventArgs Class
PopupClosedEventArgs Members