A specialized subclass of ToolTipQueryEventArgs that carries the Item for which the tool tip is queried.

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

Syntax

C#
public class QueryItemToolTipEventArgs<TModelItem> : ToolTipQueryEventArgs
where TModelItem : class
Visual Basic
Public Class QueryItemToolTipEventArgs(Of TModelItem As Class) _
	Inherits ToolTipQueryEventArgs

Type Parameters

TModelItem
The type of the model item.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    yWorks.Canvas.Input..::..InputModeEventArgs
      yWorks.Canvas.Input..::..ToolTipQueryEventArgs
        yWorks.Canvas.Input..::..QueryItemToolTipEventArgs<(Of <(<'TModelItem>)>)>

See Also