[]
        
(Showing Draft Content)

C1.WPF.Document.NotifyCollectionEventHandler

NotifyCollectionEventHandler Delegate

Represents a method that handles the CollectionChanging or CollectionChanged events.

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

The object that raised the event.

NotifyCollectionEventArgs e

Information about the event.

Constructors

Name Description
NotifyCollectionEventHandler(object, IntPtr)

Methods

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