Back to Devexpress

PopupMenuShowingEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-23ef6408.md

latest1.4 KB
Original Source

PopupMenuShowingEventHandler Delegate

Represents a method that will handle the PivotGridControl.PopupMenuShowing event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

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 object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace