Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupClosedEventArgs Class / PopupClosedEventArgs Constructor
Popup form which is being closed.


In This Topic
PopupClosedEventArgs Constructor
In This Topic
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)

Parameters

popup
Popup form which is being closed.
See Also