The mouse has entered the bounds of the item
Member of Tile (PRIM_TILE)
Name | Type | Data Type | Description |
---|---|---|---|
Item | *Input | PRIM_TILE.TileItem | Reference to the Tile item |
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.
Using the ItemMouseEnter event
Evtroutine Handling(#List.ItemMouseEnter) * User processing here Endroutine
Febuary 18 V14SP2