A subclass of ItemEventArgs<(Of <(<'T>)>)>
that stores a typed Item
and that can be marked as Handled.
Namespace: yWorks.SupportAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class ItemInputEventArgs<T> : ItemEventArgs<T> |
| Visual Basic |
|---|
Public Class ItemInputEventArgs(Of T) _ Inherits ItemEventArgs(Of T) |
Type Parameters
- T
- The type of the item this event carries.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'T>)>)>
yWorks.Support..::..ItemInputEventArgs<(Of <(<'T>)>)>
System..::..EventArgs
yWorks.Canvas.Model..::..ItemEventArgs<(Of <(<'T>)>)>
yWorks.Support..::..ItemInputEventArgs<(Of <(<'T>)>)>