A specialized subclass of the ItemEventArgs<T> class that is bound to the IBend type and carries additional owner and index information.
Inheritance Hierarchy
Remarks
Since for some events (bend-removed) it is unclear what owner the bend was owned by before the event, this event can be used to carry exactly that information.
Members
Show:
Constructors
Properties
Gets the former index of the bend in the bends list.
Gets the former index of the bend in the bends list.
readonlyfinal
Property Value
The index of the bend before the event happened.
See Also
Developer's Guide
Gets the item that is the subject of the event.
Gets the item that is the subject of the event.
Gets the owner of the bend that owned the bend before the event happened.
Gets the owner of the bend that owned the bend before the event happened.
readonlyfinal
Property Value
The old owner.
See Also
Developer's Guide