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