Back to Devexpress

DataItemPopupMenuShowingEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-aabf60bd.md

latest1.4 KB
Original Source

DataItemPopupMenuShowingEventHandler Delegate

A method that handles the DashboardDesigner.DataItemPopupMenuShowing event.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DataItemPopupMenuShowingEventArgs |

A DataItemPopupMenuShowingEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace