New to Telerik UI for ASP.NET AJAX? Start a 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:
-
The instance of the clicked RadPushButton control
-
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
-