C# Class Borodar.ReorderableList.ItemInsertedEventArgs

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

Méthodes publiques

Méthode Description
ItemInsertedEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, bool wasDuplicated ) : System

Initializes a new instance of ItemInsertedEventArgs.

Method Details

ItemInsertedEventArgs() public méthode

Initializes a new instance of ItemInsertedEventArgs.
public ItemInsertedEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, bool wasDuplicated ) : System
adaptor IReorderableListAdaptor Reorderable list adaptor.
itemIndex int Zero-based index of item.
wasDuplicated bool Indicates if inserted item was duplicated from another item.
Résultat System