PopupMenuShowingEventHandler Delegate
A method that will handle a DockManager’s DockManager.PopupMenuShowing event.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
public delegate void PopupMenuShowingEventHandler(
object sender,
PopupMenuShowingEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | PopupMenuShowingEventArgs | A PopupMenuShowingEventArgs class instance containing event data. |
See Also