[]
        
(Showing Draft Content)

FarPoint.Win.PopupCancelEventArgs

PopupCancelEventArgs Class

Arguments of a PopupCancel event. Provides a reference to the popup form that is to be closed and allows the operation to be cancelled.

Inheritance
PopupCancelEventArgs
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public class PopupCancelEventArgs : EventArgs
Public Class PopupCancelEventArgs
    Inherits EventArgs

Constructors

Name Description
PopupCancelEventArgs(Form, Point)

Constructs a new instance of this class.

Properties

Name Description
Cancel

Gets or sets whether to cancel closing the form. Set to true to prevent the popup from being closed.

CursorLocation

Gets the location of the mouse down where the popup occurred that
caused the cancel.

Popup

Gets the popup form.