Back to Devexpress

BaseSpinEdit.Closed Event

windowsforms-devexpress-dot-xtraeditors-dot-basespinedit-ca9f5886.md

latest2.0 KB
Original Source

BaseSpinEdit.Closed Event

Occurs when the BaseSpinEdit-derived control’s pop-up was successfully closed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override event ClosedEventHandler Closed
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Event Closed As ClosedEventHandler

Event Data

The Closed event's data class is ClosedEventArgs. The following properties provide information specific to this event:

PropertyDescription
CloseModeGets a value that specifies why the popup editor’s dropdown window was closed.

Remarks

The first event which occurs when a BaseSpinEdit pop-up is to be closed is the BaseSpinEdit.QueryCloseUp event. If it was not canceled, the BaseSpinEdit.CloseUp event occurs. The Closed event is fired last, indicating the pop-up is closed.

See Also

QueryCloseUp

CloseUp

BaseSpinEdit Class

BaseSpinEdit Members

DevExpress.XtraEditors Namespace