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

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

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

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

Initializes a new instance of the NotifyRangedListChangedEventArgs class.

NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action, IList changedItems, IList indices ) : System.Collections

Initializes a new instance of the NotifyRangedListChangedEventArgs class.

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

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

Initializes a new instance of the NotifyRangedListChangedEventArgs class.
public NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action ) : System.Collections
action NotifyRangedListChangedAction The real action that was performed on the .
Результат System.Collections

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

Initializes a new instance of the NotifyRangedListChangedEventArgs class.
public NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action, IList changedItems, IList indices ) : System.Collections
action NotifyRangedListChangedAction The real action that was performed on the .
changedItems IList The changed items.
indices IList The indices.
Результат System.Collections