documentationfor yFiles for HTML 3.0.0.3

HoveredItemChangedEventArgs

Event argument class containing information about which IModelItem the mouse is currently hovering over.

Inheritance Hierarchy
EventArgs
InputModeEventArgs
HoveredItemChangedEventArgs

Remarks

This event is used by the hovered-item-changed event. The item property yields the item that is currently being hovered over or null if the mouse just left an item without hovering over another one. The oldItem property provides the previously hovered item or null if the mouse wasn't previously hovering over a valid item.

Type Details

yFiles module
view

Constructors

Properties