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