ASP.NET MVC コントロールヘルプ
NotifyCollectionChangedEventArgs クラス
ファイル
wijmo.js
モジュール
wijmo.collections
基本クラス
EventArgs
Show
   

collectionChangedイベントのデータを提供します。

コンストラクタ

プロパティ

イベント

コンストラクタ

constructor

constructor(action?: NotifyCollectionChangedAction, item?: T, index?: number): NotifyCollectionChangedEventArgs

NotifyCollectionChangedEventArgsクラスの新しいインスタンスを初期化します。

パラメーター
戻り値
NotifyCollectionChangedEventArgs

プロパティ

action

イベントを発生させたアクションを取得します。

NotifyCollectionChangedAction

index

変更が発生したインデックスを取得します。

number

item

追加、削除、または変更された項目を取得します。

T

Static reset

リセット通知を提供します。

NotifyCollectionChangedEventArgs

イベント

Static empty

イベントデータを持たないイベントで使用する値を提供します。

継承元
EventArgs
引数
EventArgs