Back to Devexpress

RepositoryItemDateTimeOffsetEdit.Closed Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdatetimeoffsetedit-024f9bd4.md

latest1.8 KB
Original Source

RepositoryItemDateTimeOffsetEdit.Closed Event

Occurs when the editor drop-down menu is closed. Allows you to identify what caused the menu to close. Equivalent to the DateTimeOffsetEdit.Closed event (see the link for more details).

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override event ClosedEventHandler Closed
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
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.

See Also

RepositoryItemDateTimeOffsetEdit Class

RepositoryItemDateTimeOffsetEdit Members

DevExpress.XtraEditors.Repository Namespace