CloseUpEventArgs(Object) Constructor
Creates a new instance of the CloseUpEventArgs class.
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. |
Remarks
The constructor creates an object containing information for the RepositoryItemPopupBase.CloseUp event and sets the CloseUpEventArgs.Value property to the specified object. The CloseUpEventArgs.AcceptValue property is set to true.
See the RepositoryItemPopupBase.CloseUp topic for more details.
See Also