Carousel - ItemMouseLeave Event

The mouse has left the bounds of the item

Member of Carousel (PRIM_CARO)

Parameters

NameTypeData TypeDescription
Item*InputPRIM_CARO.CarouselItemReference to the Carousel item

Details

The ItemMouseLeave event is fired when the mouse moves out of the bounds of a list item.
 
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 ItemMouseLeave event
Evtroutine Handling(#List.ItemMouseLeave)
 
   * User processing here
 
Endroutine

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2