BarManager.InitPopup Event
This is an internal event that should not be used.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event PopupEventHandler InitPopup
Event Data
The InitPopup event's data class is DevExpress.XtraBars.PopupEventArgs.
See Also