Spread Windows Forms 12.0 Product Documentation
PopupCancelEventArgs Constructor


FarPoint.Win Assembly > FarPoint.Win Namespace > PopupCancelEventArgs Class : PopupCancelEventArgs Constructor
The popup form
The mouse location, if any, where the mouse event that would cancel the popup occured.
Constructs a new instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal popup As Form, _
   ByVal location As Point _
)
'Usage
 
Dim popup As Form
Dim location As Point
 
Dim instance As New PopupCancelEventArgs(popup, location)
public PopupCancelEventArgs( 
   Form popup,
   Point location
)

Parameters

popup
The popup form
location
The mouse location, if any, where the mouse event that would cancel the popup occured.
See Also

Reference

PopupCancelEventArgs Class
PopupCancelEventArgs Members