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

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

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

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

Initializes a new instance of ItemRemovingEventArgs.

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

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

Initializes a new instance of ItemRemovingEventArgs.
public ItemRemovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex ) : System
adaptor IReorderableListAdaptor Reorderable list adaptor.
itemIndex int Zero-based index of item.
Результат System