C

PortEventArgs

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

Remarks

Since for some events (port-removed) it is unclear what owner the port had been attached to before the event, this event can be used to carry exactly that information.

Members

Show:

Constructors

Initializes a new instance of the PortEventArgs class.

Parameters

port: IPort
The port to assign to the item property.
owner: IPortOwner
The owner to which the port was attached to before.

Properties