A specialized subclass of the ItemEventArgs<(Of <(<'T>)>)>
class that is bound to the IEdge type and carries
additional source and target port 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 EdgeEventArgs : ItemEventArgs<IEdge> |
| Visual Basic |
|---|
Public NotInheritable Class EdgeEventArgs _ Inherits ItemEventArgs(Of IEdge) |
Remarks
Since for some events (EdgeChanged and EdgeRemoved)
it is unclear what SourcePort and TargetPort the edge
had been connected 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 <(<'IEdge>)>)>
yWorks.yFiles.UI.Model..::..EdgeEventArgs
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'IEdge>)>)>
yWorks.yFiles.UI.Model..::..EdgeEventArgs