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

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

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

Метод Описание
NotifyListChangedEventArgs ( ListChangedType listChangedType ) : System.ComponentModel

Initializes a new instance of the NotifyListChangedEventArgs class.

NotifyListChangedEventArgs ( ListChangedType listChangedType, PropertyDescriptor propDesc ) : System.ComponentModel

Initializes a new instance of the NotifyListChangedEventArgs class.

NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex ) : System.ComponentModel

Initializes a new instance of the NotifyListChangedEventArgs class.

NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, PropertyDescriptor propDesc ) : System.ComponentModel

Initializes a new instance of the NotifyListChangedEventArgs class.

NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, int oldIndex ) : System.ComponentModel

Initializes a new instance of the NotifyListChangedEventArgs class.

NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, object newItem ) : System.ComponentModel

Initializes a new instance of the NotifyListChangedEventArgs class.

NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, object newItem, PropertyDescriptor propDesc ) : System.ComponentModel

Initializes a new instance of the NotifyListChangedEventArgs class.

NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, object newItem, int oldIndex, object oldItem ) : System.ComponentModel

Initializes a new instance of the NotifyListChangedEventArgs class.

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

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

Initializes a new instance of the NotifyListChangedEventArgs class.
public NotifyListChangedEventArgs ( ListChangedType listChangedType ) : System.ComponentModel
listChangedType ListChangedType Type of change.
Результат System.ComponentModel

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

Initializes a new instance of the NotifyListChangedEventArgs class.
public NotifyListChangedEventArgs ( ListChangedType listChangedType, PropertyDescriptor propDesc ) : System.ComponentModel
listChangedType ListChangedType Type of change.
propDesc System.ComponentModel.PropertyDescriptor The that was added, removed, or changed.
Результат System.ComponentModel

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

Initializes a new instance of the NotifyListChangedEventArgs class.
public NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex ) : System.ComponentModel
listChangedType ListChangedType Type of change.
newIndex int The index of the item that was added, changed, or removed.
Результат System.ComponentModel

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

Initializes a new instance of the NotifyListChangedEventArgs class.
public NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, PropertyDescriptor propDesc ) : System.ComponentModel
listChangedType ListChangedType Type of change.
newIndex int The index of the item that was added or changed.
propDesc System.ComponentModel.PropertyDescriptor The describing the item.
Результат System.ComponentModel

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

Initializes a new instance of the NotifyListChangedEventArgs class.
public NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, int oldIndex ) : System.ComponentModel
listChangedType ListChangedType Type of change.
newIndex int The new index of the item that was moved.
oldIndex int The old index of the item that was moved.
Результат System.ComponentModel

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

Initializes a new instance of the NotifyListChangedEventArgs class.
public NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, object newItem ) : System.ComponentModel
listChangedType ListChangedType Type of change.
newIndex int The index of the item that was added, changed, or removed.
newItem object The item that was added, changed, or removed.
Результат System.ComponentModel

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

Initializes a new instance of the NotifyListChangedEventArgs class.
public NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, object newItem, PropertyDescriptor propDesc ) : System.ComponentModel
listChangedType ListChangedType Type of change.
newIndex int The index of the item that was added or changed.
newItem object The item that was added, changed, or removed.
propDesc System.ComponentModel.PropertyDescriptor The describing the item.
Результат System.ComponentModel

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

Initializes a new instance of the NotifyListChangedEventArgs class.
public NotifyListChangedEventArgs ( ListChangedType listChangedType, int newIndex, object newItem, int oldIndex, object oldItem ) : System.ComponentModel
listChangedType ListChangedType Type of change.
newIndex int The new index of the item that was moved.
newItem object The new item that was moved.
oldIndex int The old index of the item that was moved.
oldItem object The old item that was moved.
Результат System.ComponentModel