A specialized subclass of the ItemEventArgs<T> class that is bound to the ILabel type and carries additional owner information.
Inheritance Hierarchy
Remarks
Since for some events (label-removed) it is unclear what owner the label was owned by before the event, this event can be used to carry exactly that information.
Members
Show:
Constructors
Initializes a new instance of the LabelEventArgs class.
Initializes a new instance of the LabelEventArgs class.
Parameters
- label: ILabel
- The label to assign to the item property.
- owner: ILabelOwner
- The previous owner of the label.
Properties
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 label that owned the label before the event happened.
Gets the owner of the label that owned the label before the event happened.
readonlyfinal
Property Value
The old owner.
See Also
Developer's Guide