Click or drag to resize
NotifyCollectionChangedEventArgsAction Property
Gets the action that caused the event. Returns a System.Collections.Specialized.NotifyCollectionChangedAction value that describes the action that caused the event.

Namespace: System.Collections.Specialized
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public NotifyCollectionChangedAction Action { get; }

Property Value

Type: NotifyCollectionChangedAction
See Also