C# Класс Borodar.ReorderableList.ItemInsertedEventArgs

Arguments which are passed to ItemInsertedEventHandler.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ItemInsertedEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, bool wasDuplicated ) : System

Initializes a new instance of ItemInsertedEventArgs.

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

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

Initializes a new instance of ItemInsertedEventArgs.
public ItemInsertedEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, bool wasDuplicated ) : System
adaptor IReorderableListAdaptor Reorderable list adaptor.
itemIndex int Zero-based index of item.
wasDuplicated bool Indicates if inserted item was duplicated from another item.
Результат System