CloseUpEventArgs(Object, Boolean) Constructor
Creates a new instance of the CloseUpEventArgs class and initializes its properties based upon specified parameters.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
val | Object | An object to initialize the CloseUpEventArgs.Value property value. |
accept | Boolean | A value to initialize the CloseUpEventArgs.AcceptValue property. |
Remarks
The constructor creates an object containing information for the RepositoryItemPopupBase.CloseUp event and sets its properties to specified values. See the RepositoryItemPopupBase.CloseUp topic for more information.
See Also