[]
Constructs a new instance of this class.
public PopupCancelEventArgs(Form popup, Point location)
Public Sub New(popup As Form, location As Point)
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. |