| ItemRemovingEventArgs Class |
Namespace: Rotorz.ReorderableList
public sealed class ItemRemovingEventArgs : CancelEventArgs
The ItemRemovingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemRemovingEventArgs |
Initializes a new instance of ItemRemovingEventArgs.
|
| Name | Description | |
|---|---|---|
| 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 is being removed.
|