Spread Windows Forms 8.0 Product Documentation
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

PopupCancelEventArgs Class
PopupCancelEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.