C# Class Borodar.ReorderableList.ItemRemovingEventArgs

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

Méthodes publiques

Méthode Description
ItemRemovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex ) : System

Initializes a new instance of ItemRemovingEventArgs.

Method Details

ItemRemovingEventArgs() public méthode

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.
Résultat System