A specialized subclass of the ItemEventArgs<(Of <(<'T>)>)>
class that is bound to the IPort type and carries
additional IPortOwner information.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public sealed class PortEventArgs : ItemEventArgs<IPort> |
| Visual Basic |
|---|
Public NotInheritable Class PortEventArgs _ Inherits ItemEventArgs(Of IPort) |
Remarks
Since for some events (PortRemoved)
it is unclear what Owner the port
had been attached to before the event, this event can be used to carry exactly that information.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'IPort>)>)>
yWorks.yFiles.UI.Model..::..PortEventArgs
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'IPort>)>)>
yWorks.yFiles.UI.Model..::..PortEventArgs