ClosedEventArgs(PopupCloseMode) Constructor
Initializes a new instance of the ClosedEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
closeMode | PopupCloseMode | A PopupCloseMode value specifying how an editor’s dropdown window is closed. This value is assigned to the ClosedEventArgs.CloseMode property. |
Remarks
This constructor is automatically called when the RepositoryItemPopupBase.Closed event is raised. The value passed as the constructor’s parameter is used to initialize the corresponding property available via an argument of the processed event.
See Also