Skip to main content
All docs
V18.2

ASPxClientDashboardDrillDownPerformedEventHandler Delegate

References a method that handles the ASPxClientDashboardViewer.DrillDownPerformed event.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public delegate void ASPxClientDashboardDrillDownPerformedEventHandler(
    object source,
    ASPxClientDashboardDrillDownPerformedEventArgs e
);

Parameters

Name Type Description
source Object

The event source.

e ASPxClientDashboardDrillDownPerformedEventArgs

A ASPxClientDashboardDrillDownPerformedEventArgs object that contains event data.

See Also