C# Класс Catel.Collections.NotifyRangedCollectionChangedEventArgs

The ranged notify collection changed event args.
Наследование: System.Collections.Specialized.NotifyCollectionChangedEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System.Collections

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.

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

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.

Описание методов

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

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

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

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.
public NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, IList indices ) : System.Collections
action NotifyCollectionChangedAction The action.
changedItems IList The changed items.
indices IList The indices.
Результат System.Collections