CardViewBatchEditChangesCancelingEventArgs Interface
In This Article
#Declaration
TypeScript
interface CardViewBatchEditChangesCancelingEventArgs extends CancelEventArgs
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inheritance
EventArgs
CancelEventArgs
CardViewBatchEditChangesCancelingEventArgs
#Properties
#deletedValues Property
#Declaration
TypeScript
readonly deletedValues: any
#Property Value
Type |
---|
any |
#insertedValues Property
#Declaration
TypeScript
readonly insertedValues: any
#Property Value
Type |
---|
any |
#updatedValues Property
#Declaration
TypeScript
readonly updatedValues: any
#Property Value
Type |
---|
any |