C# Class Borodar.ReorderableList.ItemMovedEventArgs

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

Méthodes publiques

Méthode Description
ItemMovedEventArgs ( IReorderableListAdaptor adaptor, int oldItemIndex, int newItemIndex ) : System

Initializes a new instance of ItemMovedEventArgs.

Method Details

ItemMovedEventArgs() public méthode

Initializes a new instance of ItemMovedEventArgs.
public ItemMovedEventArgs ( IReorderableListAdaptor adaptor, int oldItemIndex, int newItemIndex ) : System
adaptor IReorderableListAdaptor Reorderable list adaptor.
oldItemIndex int Old zero-based index of item.
newItemIndex int New zero-based index of item.
Résultat System