Back to Devexpress

ASPxClientGridBatchEditSummaryDisplayTextEventHandler<Sender> Interface

aspnet-js-aspxclientgridbatcheditsummarydisplaytexteventhandler-1.md

latest701 B
Original Source

ASPxClientGridBatchEditSummaryDisplayTextEventHandler<Sender> Interface

A method that will handle the BatchEditSummaryDisplayText event.

Declaration

ts
interface ASPxClientGridBatchEditSummaryDisplayTextEventHandler<Sender> { (source: Sender, e: ASPxClientGridBatchEditSummaryDisplayTextEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

The event source. This parameter identifies the object which raised the event.

| | e | ASPxClientGridBatchEditSummaryDisplayTextEventArgs |

The event data.

|