Skip to main content
All docs
V18.2

ASPxClientDashboardItemSelectionChangedEventHandler Delegate

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public delegate void ASPxClientDashboardItemSelectionChangedEventHandler(
    object source,
    ASPxClientDashboardItemSelectionChangedEventArgs e
);

Parameters

Name Type Description
source Object

The event source.

e ASPxClientDashboardItemSelectionChangedEventArgs

A ASPxClientDashboardItemSelectionChangedEventArgs object containing event data.

See Also