PopupMenuShowingEventHandler Delegate
In This Article
A method that will handle a DockManager’s DockManager.PopupMenuShowing event.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public delegate void PopupMenuShowingEventHandler(
object sender,
PopupMenuShowingEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Popup |
A Popup |
See Also