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