Skip to main content
A newer version of this page is available. .

CloseUpEventArgs(Object, Boolean, PopupCloseMode, BlobSimpleButtonType) Constructor

Initializes a new instance of the CloseUpEventArgs class with the specified settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CloseUpEventArgs(
    object val,
    bool accept,
    PopupCloseMode closeMode,
    BlobSimpleButtonType pressedButton
)

Parameters

Name Type Description
val Object

An Object assigned to the CloseUpEventArgs.Value property.

accept Boolean

true, if the CloseUpEventArgs.Value is accepted; otherwise, false.

closeMode PopupCloseMode

A PopupCloseMode enumeration value that indicates available methods to close the popup editor’s dropdown window.

pressedButton DevExpress.XtraEditors.Popup.BlobSimpleButtonType

A BlobSimpleButtonType enumeration value that specifies a button associated with this CloseUpEventArgs object.

See Also