FlexReport for WinForms
CollectionChanged イベント (FontDataCollection)


C1.Report アセンブリ > C1.Report 名前空間 > FontDataCollection クラス : CollectionChanged イベント
シンタックス
'宣言
 
Public Event CollectionChanged As NotifyCollectionEventHandler
'使用法
 
Dim instance As FontDataCollection
Dim handler As NotifyCollectionEventHandler
 
AddHandler instance.CollectionChanged, handler
public event NotifyCollectionEventHandler CollectionChanged
イベント データ

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

プロパティ解説
Gets the action that caused the event.  
Gets the index of the item that is affected by the change.  
参照