documentationfor yFiles for HTML 2.6

HoveredItemChangedEventArgs

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

Inheritance Hierarchy
EventArgs
HoveredItemChangedEventArgs

Remarks

This event is used by the HoveredItemChanged 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 an other 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-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.input.HoveredItemChangedEventArgs

Constructors

Properties