PrintDocument for WinForms
Changed イベント (EventCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > EventCollection クラス : Changed イベント
Occurs after a change has been made to the current collection.
シンタックス
'宣言
 
Public Event Changed As EventCollectionChangeEventHandler
'使用法
 
Dim instance As EventCollection
Dim handler As EventCollectionChangeEventHandler
 
AddHandler instance.Changed, handler
public event EventCollectionChangeEventHandler Changed
イベント データ

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

プロパティ解説
コレクションの変更のタイプを取得します。  
変更が行われるコレクション内のインデックスを取得します。  
指定されたインデックス位置にある新しいオブジェクトを取得します。  
指定されたインデックス位置にある古いオブジェクトを取得します。  
参照