EntityCollectionChangedParams.Action Propriedade
Definição
Um valor NotifyCollectionChangedAction que indica como a coleção foi alterada.A NotifyCollectionChangedAction value that indicates how the collection was changed.
public:
property System::Collections::Specialized::NotifyCollectionChangedAction Action { System::Collections::Specialized::NotifyCollectionChangedAction get(); };
public System.Collections.Specialized.NotifyCollectionChangedAction Action { get; }
member this.Action : System.Collections.Specialized.NotifyCollectionChangedAction
Public ReadOnly Property Action As NotifyCollectionChangedAction
Valor da propriedade
Um valor que indica como a coleção foi alterada.A value that indicates how the collection was changed.
Comentários
Somente os valores Add e Remove têm suporte.Only the values Add and Remove are supported.