A specialized subclass of the ItemEventArgs<(Of <(<'T>)>)>
class that is bound to the ILabel type and carries
additional owner information.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public sealed class LabelEventArgs : ItemEventArgs<ILabel> |
| Visual Basic |
|---|
Public NotInheritable Class LabelEventArgs _ Inherits ItemEventArgs(Of ILabel) |
Remarks
Since for some events (LabelRemoved)
it is unclear what Owner the label
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 <(<'ILabel>)>)>
yWorks.yFiles.UI.Model..::..LabelEventArgs
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'ILabel>)>)>
yWorks.yFiles.UI.Model..::..LabelEventArgs