Skip to main content

ASPxClientVerticalGridBatchEditRecordRecoveringEventArgs Class

#Declaration

TypeScript
declare class ASPxClientVerticalGridBatchEditRecordRecoveringEventArgs extends ASPxClientCancelEventArgs

#Remarks

Objects of the ASPxClientVerticalGridBatchEditRecordRecoveringEventArgs type are used as arguments for the ASPxClientVerticalGrid.BatchEditRecordRecovering event generated on the client side.

ASPxClientVerticalGridBatchEditRecordRecoveringEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientVerticalGridBatchEditRecordRecoveringEventArgs
See Also