You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Tree - ItemMouseEnter Event
The mouse has entered the bounds of the item
Member of Tree (PRIM_TREE)

Parameters

Name

Type

Data Type

Description

Item

*Input

PRIM_TREE.TreeItem

Reference to the Tree item

Details


The ItemMouseEnter event is fired when the mouse moves in to the bounds of a list item.
ItemMouseEnter will set the list CurrentItem, returning the item's field values to the parent component.
This feature is provide for completeness and is unlikely to be required for most development purposes. ItemMouseHover and MouseOverStyle(s) solve most mouse enter/leave requirements.

Example


Using the ItemMouseEnter event
Evtroutine Handling(#List.ItemMouseEnter)

  • No labels