GrapeCity ActiveReports for .NET 16.0J
CollectionChanged イベント (HighlightDocumentViewModel)

GrapeCity.Viewer.Common.Model 名前空間 > HighlightDocumentViewModel クラス : CollectionChanged イベント
コレクションが変更されたときに発生するイベント。
シンタックス
'宣言
 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public event NotifyCollectionChangedEventHandler CollectionChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、NotifyCollectionChangedEventArgs 型の引数を受け取りました。次の NotifyCollectionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
アクションのタイプを取得します。  
新しい項目を取得します。  
新しい項目の開始のインデックスを取得します。  
古い項目を取得します。  
古い項目の開始のインデックスを取得します。  
参照