Document Library for WinForms
PropertyChanged イベント (INotifyObject)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > INotifyObject インターフェース : PropertyChanged イベント
Occurs when a property value changed.
シンタックス
'宣言
 
Event PropertyChanged As PropertyNotifyEventHandler
event PropertyNotifyEventHandler PropertyChanged
イベント データ

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

プロパティ解説
Gets the name of the property that changing or changed.  
参照