ASPxClientCloudControlItemEventHandler<Sender> Interface
A method that will handle client events concerning manipulations with items.
Declaration
interface ASPxClientCloudControlItemEventHandler<Sender> { (source: Sender, e: ASPxClientCloudControlItemEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the cloud control object which raised the event. |
e | ASPxClientCloudControlItemEventArgs | An ASPxClientCloudControlItemEventArgs object that contains event data. |