Skip to main content

RepositoryItemBaseSpinEdit.Popup Event

Occurs after the editor’s popup window has been opened.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override event EventHandler Popup

Event Data

The Popup event's data class is EventArgs.

See Also