Document Library for WPF
PropertyNotifyEventHandler デリゲート

C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 : PropertyNotifyEventHandler デリゲート
オブジェクトのプロパティが変更されたとき、または変更されるときに発生した INotifyObject.PropertyChangedイベントまたは INotifyObject.PropertyChangingイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub PropertyNotifyEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PropertyNotifyEventArgs _
) 
public delegate void PropertyNotifyEventHandler( 
   System.object sender,
   PropertyNotifyEventArgs e
)

パラメータ

sender
e
参照

PropertyNotifyEventHandler メンバ
C1.WPF.Document 名前空間