[]
        
(Showing Draft Content)

FarPoint.Win.PopupCancelEventArgs.-ctor

PopupCancelEventArgs Constructor

PopupCancelEventArgs(Form, Point)

Constructs a new instance of this class.

Declaration
public PopupCancelEventArgs(Form popup, Point location)
Public Sub New(popup As Form, location As Point)
Parameters
Type Name Description
Form popup

The popup form

Point location

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