A specialized subclass of the ItemEventArgs<(Of <(<'T>)>)>
class that is bound to the IBend type and carries
additional owner and index information.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public sealed class BendEventArgs : ItemEventArgs<IBend> |
| Visual Basic |
|---|
Public NotInheritable Class BendEventArgs _ Inherits ItemEventArgs(Of IBend) |
Remarks
Since for some events (BendRemoved)
it is unclear what Owner the bend
was owned by before the event, this event can be used to carry exactly that information.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'IBend>)>)>
yWorks.yFiles.UI.Model..::..BendEventArgs
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'IBend>)>)>
yWorks.yFiles.UI.Model..::..BendEventArgs