PowerTools SPREAD for Windows Forms 8.0J
CollectionChanged イベント (NotifyCollection)


コレクションの項目が変更されたときに発生します。
構文
'Declaration
 
Public Event CollectionChanged As CollectionChangeEventHandler
'使用法
 
Dim instance As NotifyCollection
Dim handler As CollectionChangeEventHandler
 
AddHandler instance.CollectionChanged, handler
public event CollectionChangeEventHandler CollectionChanged
イベント データ

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

プロパティ説明
Action  
Element  
参照

NotifyCollection クラス
NotifyCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.