ItemInsertedEventArgs Class |
Namespace: Rotorz.ReorderableList
public sealed class ItemInsertedEventArgs : EventArgs
The ItemInsertedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemInsertedEventArgs |
Initializes a new instance of ItemInsertedEventArgs.
|
Name | Description | |
---|---|---|
![]() | 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.
|