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

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

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

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