C1.WPF.Document Assembly / C1.WPF.Document Namespace / PropertyNotifyEventHandler Delegate

In This Topic
PropertyNotifyEventHandler Delegate
In This Topic
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 Object, _
   ByVal e As PropertyNotifyEventArgs _
) 
 

Parameters

sender
e
See Also