constructor(key: string, value: any, parent: any): JSONOperationEventArgs
JSONOperationEventArgsクラスの新しいインスタンスを初期化します。
The name of the item.
The value of the item.
The object owns the item.
項目の名前を取得します。
ある項目の操作結果を取得または設定します。
項目の値を取得します。
cast(obj: any): JSONOperationEventArgs
指定されたオブジェクトをJSONOperationEventArgs型にキャストします。
The object to cast.
json操作イベントの引数を提供します。