Click or drag to resize
NotifyCollectionChangedEventArgs Constructor (NotifyCollectionChangedAction)
Initializes a new instance of the System.Collections.Specialized.NotifyCollectionChangedEventArgs class that describes a System.Collections.Specialized.NotifyCollectionChangedAction.Reset change.

Namespace: System.Collections.Specialized
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public NotifyCollectionChangedEventArgs(
	NotifyCollectionChangedAction action
)

Parameters

action
Type: System.Collections.SpecializedNotifyCollectionChangedAction
The action that caused the event. This must be set to System.Collections.Specialized.NotifyCollectionChangedAction.Reset.
See Also