New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientMouseOver

The mouseOver event is fired when the user moves the mouse pointer over the control.

The event handler receives two parameters:

  1. The instance of the clicked RadPushButton control

  2. An eventArgs parameter of type Telerik.Web.UI.RadButtonEventArgs, containing the following properties and methods:

    • get_commandName() - returns the value assigned to the RadPushButton's CommandName property

    • get_commandArgument() - returns the value assigned to the RadPushButton's CommandArgument property

See Also

In this article