ASPxClientGridBatchEditSummaryDisplayTextEventHandler<Sender> Interface
A method that will handle the BatchEditSummaryDisplayText event.
Declaration
interface ASPxClientGridBatchEditSummaryDisplayTextEventHandler<Sender> { (source: Sender, e: ASPxClientGridBatchEditSummaryDisplayTextEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the object which raised the event. |
e | ASPxClientGridBatchEditSummaryDisplayTextEventArgs | The event data. |