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 (IGraph.label-removed) it is unclear what ILabel.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 ItemEventArgs<T>.item property.
owner: ILabelOwner
The previous owner of the label.

Properties