PopupBaseEdit.PopupOpening Event
In This Article
Occurs before the editor's dropdown (popup window) is opened.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The PopupOpening event's handler receives an argument of the DevExpress.Xpf.Editors.OpenPopupEventArgs type.
#Remarks
After the dropdown has been shown, the editor fires the PopupBaseEdit.PopupOpened event.
See Also