Click or drag to resize
NotifyCollectionChangedEventHandler Delegate
Represents the method that handles the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.

Namespace: System.Collections.Specialized
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public delegate void NotifyCollectionChangedEventHandler(
	Object sender,
	NotifyCollectionChangedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
See Also