Back to Devexpress

PopupMenuShowingEventHandler Delegate

windowsforms-devexpress-dot-xtrabars-dot-docking-944f1357.md

latest1.5 KB
Original Source

PopupMenuShowingEventHandler Delegate

A method that will handle a DockManager’s DockManager.PopupMenuShowing event.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public delegate void PopupMenuShowingEventHandler(
    object sender,
    PopupMenuShowingEventArgs e
);
vb
Public Delegate Sub PopupMenuShowingEventHandler(
    sender As Object,
    e As PopupMenuShowingEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PopupMenuShowingEventArgs |

A PopupMenuShowingEventArgs class instance containing event data.

|

See Also

PopupMenuShowing

DevExpress.XtraBars.Docking Namespace