FlexReport for WinForms
PropertyNotifyEventHandler デリゲート


C1.Document アセンブリ > C1.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 _
) 
'使用法
 
Dim instance As New PropertyNotifyEventHandler(AddressOf HandlerMethod)
public delegate void PropertyNotifyEventHandler( 
   System.object sender,
   PropertyNotifyEventArgs e
)

パラメータ

sender
e
参照

参照

PropertyNotifyEventHandler メンバ
C1.Document 名前空間