ASPxClientDashboardItemDrillDownStateChangedEventHandler<Sender> Interface
In This Article
References a method that handles the ASPxClientDashboard.ItemDrillDownStateChanged event.
#Declaration
TypeScript
interface ASPxClientDashboardItemDrillDownStateChangedEventHandler<Sender> { (source: Sender, e: ASPxClientDashboardItemDrillDownStateChangedEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
An ASPx |