Skip to main content
A newer version of this page is available. .

ASPxClientVerticalGridBatchEditChangesCancelingEventHandler<Sender> Interface

A method that will handle the ASPxClientVerticalGrid.BatchEditChangesCanceling event.

Declaration

interface ASPxClientVerticalGridBatchEditChangesCancelingEventHandler<Sender> { (source: Sender, e: ASPxClientVerticalGridBatchEditChangesCancelingEventArgs): void; }

Parameters

Name Type Description
source Sender

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

e ASPxClientVerticalGridBatchEditChangesCancelingEventArgs

An ASPxClientVerticalGridBatchEditChangesCancelingEventArgs object that contains event data.