ItemRemovingEventArgs Class

Rotorz ReorderableList

ItemRemovingEventArgs Class
Arguments which are passed to ItemRemovingEventHandler.
Inheritance Hierarchy
SystemObject  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Rotorz.ReorderableListItemRemovingEventArgs

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

The ItemRemovingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodItemRemovingEventArgs
Initializes a new instance of ItemRemovingEventArgs.
Top
Properties
  NameDescription
Public propertyAdaptor
Gets adaptor to reorderable list container which contains element.
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyItemIndex
Gets zero-based index of item which is being removed.
Top
See Also