Best-of-Breed UIIntegration DemosTechnology ShowcaseDesign ShowcaseIndividual Controls
View Code

Menu

Mouse Over/Out Events





Roll over various menu items to trigger
client-side mouse over/out events.












Current item info:
 

About this sample:

  • This example shows how to implement mouse over / out event handlers;
  • Essentially, the following two client-side JavaScript event handlers need to be defined: ClientSideOnItemMouseOver, ClientSideOnItemMouseOut;
  • Each event handler receives the MenuItem client-side object instance as the argument.

Version 2010.1.2277