[]
Arguments of a PopupCancel event. Provides a reference to the popup form that is to be closed and allows the operation to be cancelled.
public class PopupCancelEventArgs : EventArgs
Public Class PopupCancelEventArgs
Inherits EventArgs
Name | Description |
---|---|
PopupCancelEventArgs(Form, Point) | Constructs a new instance of this class. |
Name | Description |
---|---|
Cancel | Gets or sets whether to cancel closing the form. Set to
|
CursorLocation | Gets the location of the mouse down where the popup occurred that |
Popup | Gets the popup form. |