Skip to main content

PopupBaseEdit.PopupOpening Event

Occurs before the editor's dropdown (popup window) is opened.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public event OpenPopupEventHandler PopupOpening

#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