Provides arguments for json operation events.
constructor(key: string, value: any, parent: any): JSONOperationEventArgs
Initializes a new instance of the JSONOperationEventArgs class.
The name of the item.
The value of the item.
The object owns the item.
Gets or sets a value that indicates whether the event should be canceled.
Gets the name of the item.
Gets or sets the operation result for some item.
Gets the value of the item.
cast(obj: any): JSONOperationEventArgs
Casts the specified object to JSONOperationEventArgs type.
The object to cast.
Provides a value to use with events that do not have event data.