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.
cast(obj: any): JSONOperationEventArgs
Casts the specified object to JSONOperationEventArgs type.
The object to cast.
Provides arguments for json operation events.