Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ItemRemovingEventArgs
ItemRemovingEventArgs Class
Arguments which are passed to ItemRemovingEventHandler.
public sealed class ItemRemovingEventArgs : CancelEventArgs
All Members | Constructors | Properties |
Member | Description | |
---|---|---|
![]() |
ItemRemovingEventArgs(IReorderableListAdaptor, Int32) |
Initializes a new instance of ItemInsertedEventArgs.
|
![]() |
adaptor |
Gets adaptor to reorderable list container which contains element.
|
![]() |
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
![]() |
itemIndex |
Gets zero-based index of item which was inserted.
|
Inheritance Hierarchy
Object | |||
![]() |
EventArgs | ||
![]() |
CancelEventArgs | ||
![]() |
ItemRemovingEventArgs |