XtraMessageBoxArgs.Closed Event
Occurs when an XtraMessageBox closes.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public event EventHandler<XtraMessageBoxClosedArgs> Closed
#Event Data
The Closed event's data class is XtraMessageBoxClosedArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Dialog |
Gets or sets the Dialog |
Message |
Gets the current Xtra |
Visible |
Gets or sets whether the user checked the Do not show this message again checkbox and whether to show the Xtra |
The event data class exposes the following methods:
Method | Description |
---|---|
Save |
Saves Visible and Dialog |