A specialized subclass of the ItemEventArgs<T> class that is bound to the IPort type and carries additional IPortOwner information.
Inheritance Hierarchy
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.
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
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 port that was connected to before the event happened.
Gets the owner of the port that was connected to before the event happened.
readonlyfinal
Property Value
The old owner.
See Also
Developer's Guide