C# Class Borodar.ReorderableList.ItemRemovingEventArgs

Arguments which are passed to ItemRemovingEventHandler.
Inheritance: CancelEventArgs
Datei anzeigen Open project: PhannGor/unity3d-rainbow-folders Class Usage Examples

Public Methods

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

Initializes a new instance of ItemRemovingEventArgs.

Method Details

ItemRemovingEventArgs() public method

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.
return System