NotifyCollectionChangedEventArgs Constructor (NotifyCollectionChangedAction, IList, IList) |
Initializes a new instance of the System.Collections.Specialized.NotifyCollectionChangedEventArgs class
that describes a multi-item System.Collections.Specialized.NotifyCollectionChangedAction.Replace change.
Exceptions:
System.ArgumentException:
If action is not Replace.
System.ArgumentNullException:
If oldItems or newItems is null.
Namespace: System.Collections.SpecializedAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax See Also