A specialized subclass of the ItemEventArgs<(Of <(<'T>)>)>
class that is bound to the IStripe type and carries
additional owner 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 StripeEventArgs : ItemEventArgs<IStripe> |
| Visual Basic |
|---|
Public NotInheritable Class StripeEventArgs _ Inherits ItemEventArgs(Of IStripe) |
Remarks
Since for some events (StripeRemoved)
it is unclear what Owner and Owner the stripe
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 <(<'IStripe>)>)>
yWorks.yFiles.UI.Model..::..StripeEventArgs
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'IStripe>)>)>
yWorks.yFiles.UI.Model..::..StripeEventArgs