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

PopupBaseEdit.BeforePopup Event

Fires when the editor’s pop-up is about to be displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Events")]
public virtual event EventHandler BeforePopup

Event Data

The BeforePopup event's data class is EventArgs.

Remarks

See the RepositoryItemPopupBase.BeforePopup event, which is equivalent to the current BeforePopup event, for details and an example.

See Also