Document Library for WinForms
PropertyNotifyEventHandler デリゲート

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : PropertyNotifyEventHandler デリゲート
Represents the method that will handle the INotifyObject.PropertyChanged or INotifyObject.PropertyChanging events raised when a property is changed or chaning on an object.
シンタックス
'宣言
 
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.Win.Document 名前空間