FlexReport for WPF
PropertyChanging イベント (INotifyObject)


C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 > INotifyObject インタフェース : PropertyChanging イベント
プロパティ値が変更されるときに発生します。
シンタックス
'宣言
 
Event PropertyChanging As PropertyNotifyEventHandler
'使用法
 
Dim instance As INotifyObject
Dim handler As PropertyNotifyEventHandler
 
AddHandler instance.PropertyChanging, handler
event PropertyNotifyEventHandler PropertyChanging
イベント データ

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

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