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

OnClientMouseOut

The mouseOut 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 RadToggleButton 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 RadToggleButton's CommandName property.

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

See Also

In this article