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