[]
        
(Showing Draft Content)

C1.WPF.Document.PropertyNotifyEventHandler

PropertyNotifyEventHandler Delegate

Represents the method that will handle the PropertyChanged or PropertyChanging events raised when a property is changed or chaning on an object.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public delegate void PropertyNotifyEventHandler(object sender, PropertyNotifyEventArgs e)
Parameters
Type Name Description
object sender
PropertyNotifyEventArgs e

Constructors

Name Description
PropertyNotifyEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, PropertyNotifyEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, PropertyNotifyEventArgs)