C# Класс Groves.Collections.VectorChangedEventArgs

Vector changed EventArgs
Наследование: IVectorChangedEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
VectorChangedEventArgs ( CollectionChange cc, int index = -1, object item = null ) : Windows.Foundation.Collections

Construct an eventargs

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

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

Construct an eventargs
public VectorChangedEventArgs ( CollectionChange cc, int index = -1, object item = null ) : Windows.Foundation.Collections
cc CollectionChange collection change type
index int index of item changed
item object item changed
Результат Windows.Foundation.Collections