JSONOperationEventArgs Class

File
c1.mvc.js
Module
c1.mvc
Base Class
CancelEventArgs
Show
   

Provides arguments for json operation events.

Constructor

Properties

Methods

Events

Constructor

constructor

constructor(key: string, value: any, parent: any): JSONOperationEventArgs

Initializes a new instance of the JSONOperationEventArgs class.

Parameters
Returns
JSONOperationEventArgs

Properties

cancel

Gets or sets a value that indicates whether the event should be canceled.

Inherited From
CancelEventArgs
Type
boolean

key

Gets the name of the item.

Type
any

parent

Gets the parent object which owns the item.

Type
string

result

Gets or sets the operation result for some item.

Type
any

value

Gets the value of the item.

Type
any

Methods

Static cast

cast(obj: any): JSONOperationEventArgs

Casts the specified object to JSONOperationEventArgs type.

Parameters
Returns
JSONOperationEventArgs

Events

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Arguments
EventArgs