DateTimeOffsetEdit.Popup Event
Occurs after the editor shows its drop-down menu. Do not invoke any message boxes within this event handler.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DXCategory("Events")]
[EditorBrowsable(EditorBrowsableState.Always)]
public override event EventHandler Popup
Event Data
The Popup event's data class is EventArgs.
See Also