Carousel - ItemMouseHover Event

The mouse is hovering over the item

Member of Carousel (PRIM_CARO)

Parameters

NameTypeData TypeDescription
Item*InputPRIM_CARO.CarouselItemReference to the Carousel item

Details

The ItemMouseHover event is fired when the mouse enters the bounds of a list item and remains still for a short time.
 
This feature is provide for completeness and is unlikely to be required for most development purposes. Hints and Hint popups solve most hover requirements.

Example

Using the ItemMouseEnter event
Evtroutine Handling(#List.ItemMouseHover)
 
   * User processing here
 
Endroutine

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2