Back to Devexpress

DrillActionEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-6c70fb07.md

latest1.5 KB
Original Source

DrillActionEventHandler Delegate

References a method that handles the DrillDownPerformed and DrillUpPerformed events of the DashboardDesigner, DashboardViewer, and DashboardControl.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DrillActionEventArgs |

A DrillActionEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace