PopupBaseEdit.BeforePopup Event
In This Article
Fires when the editor’s pop-up is about to be displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#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