Skip to main content
All docs
V25.1
  • ASPxClientGridBatchEditSummaryDisplayTextEventHandler<Sender> Interface

    In This Article

    A method that will handle the BatchEditSummaryDisplayText event.

    #Declaration

    TypeScript
    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.