DXPopupMenu.PopupHide Event
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler PopupHide
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event PopupHide As EventHandler
Event Data
The PopupHide event's data class is EventArgs.
See Also
Feedback