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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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