C

LabelEventArgs

A specialized subclass of the ItemEventArgs<T> class that is bound to the ILabel type and carries additional owner information.

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.

Parameters

label: ILabel
The label to assign to the item property.
owner: ILabelOwner
The previous owner of the label.

Properties