ComponentOne Document Library for WinForms
PropertyNotifyEventHandler Delegate

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : PropertyNotifyEventHandler Delegate
Represents the method that will handle the INotifyObject.PropertyChanged or INotifyObject.PropertyChanging events raised when a property is changed or chaning on an object.
Syntax
'Declaration
 
Public Delegate Sub PropertyNotifyEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PropertyNotifyEventArgs _
) 
public delegate void PropertyNotifyEventHandler( 
   System.object sender,
   PropertyNotifyEventArgs e
)

Parameters

sender
e
See Also

Reference

PropertyNotifyEventHandler Members
C1.Win.C1Document Namespace