A subclass of ItemEventArgs<(Of <(<'T>)>)> that stores a typed Item and that can be marked as Handled.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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>)>)>

See Also