C# Class FullInspector.Rotorz.ReorderableList.ItemRemovingEventArgs

Arguments which are passed to ItemRemovingEventHandler.
Inheritance: CancelEventArgs
Exibir arquivo Open project: jacobdufault/fullinspector Class Usage Examples

Public Methods

Method Description
ItemRemovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex ) : System

Initializes a new instance of ItemInsertedEventArgs.

Method Details

ItemRemovingEventArgs() public method

Initializes a new instance of ItemInsertedEventArgs.
public ItemRemovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex ) : System
adaptor IReorderableListAdaptor Reorderable list adaptor.
itemIndex int Zero-based index of item.
return System