Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ItemInsertedEventArgs
ItemInsertedEventArgs Class
Arguments which are passed to ItemInsertedEventHandler.
public sealed class ItemInsertedEventArgs : EventArgs
| All Members | Constructors | Properties |
| Member | Description | |
|---|---|---|
|
ItemInsertedEventArgs(IReorderableListAdaptor, Int32, Boolean) |
Initializes a new instance of ItemInsertedEventArgs.
|
|
adaptor |
Gets adaptor to reorderable list container which contains element.
|
|
itemIndex |
Gets zero-based index of item which was inserted.
|
|
wasDuplicated |
Indicates if inserted item was duplicated from another item.
|
Inheritance Hierarchy
| Object | ||
|
EventArgs | |
|
ItemInsertedEventArgs | |