Skip to main content
A newer version of this page is available. .

RepositoryItemBaseSpinEdit.Popup Event

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public override event EventHandler Popup

Event Data

The Popup event's data class is EventArgs.

See Also