Event argument that can be used to query the text to display when the mouse hovers over the given point in world coordinate space.

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 ToolTipQueryEventArgs : InputModeEventArgs
Visual Basic
Public Class ToolTipQueryEventArgs _
	Inherits InputModeEventArgs

Inheritance Hierarchy

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

See Also