ItemInsertedEventArgs Class

Rotorz ReorderableList

ItemInsertedEventArgs Class
Arguments which are passed to ItemInsertedEventHandler.
Inheritance Hierarchy
SystemObject  SystemEventArgs
    Rotorz.ReorderableListItemInsertedEventArgs

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public sealed class ItemInsertedEventArgs : EventArgs
public sealed class ItemInsertedEventArgs extends EventArgs

The ItemInsertedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodItemInsertedEventArgs
Initializes a new instance of ItemInsertedEventArgs.
Top
Properties
  NameDescription
Public propertyAdaptor
Gets adaptor to reorderable list container which contains element.
Public propertyItemIndex
Gets zero-based index of item which was inserted.
Public propertyWasDuplicated
Indicates if inserted item was duplicated from another item.
Top
See Also