Back to Devexpress

DashboardPopupMenuShowingEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-119de4e6.md

latest1.5 KB
Original Source

DashboardPopupMenuShowingEventHandler Delegate

A method that handles the DashboardDesigner.PopupMenuShowing and the DashboardViewer.PopupMenuShowing events.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardPopupMenuShowingEventArgs |

A DashboardPopupMenuShowingEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace