Skip to main content

CloseUpEventArgs(Object, Boolean, PopupCloseMode) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Parameters

Name Type Description
val Object

An object representing the value to assign to the editor’s edit value. This value is assigned to the CloseUpEventArgs.Value property.

accept Boolean

true if the value must be accepted; otherwise, false. This value is assigned to the CloseUpEventArgs.AcceptValue property.

closeMode PopupCloseMode

A PopupCloseMode enumeration value which specifies how a dropdown editor’s popup window was closed. This value is assigned to the CloseUpEventArgs.CloseMode property.

See Also