Catel.Collections.NotifyRangedCollectionChangedEventArgs.NotifyRangedCollectionChangedEventArgs C# (CSharp) Метод

NotifyRangedCollectionChangedEventArgs() публичный Метод

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.
public NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System.Collections
action NotifyCollectionChangedAction The action.
Результат System.Collections
        public NotifyRangedCollectionChangedEventArgs(NotifyCollectionChangedAction action)
            : base(action)
        {
        }

Same methods

NotifyRangedCollectionChangedEventArgs::NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, IList indices ) : System.Collections
NotifyRangedCollectionChangedEventArgs