Specifies the name of the client side JavaScript function to be executed when the mouse cursor leaves the control.
[Visual Basic]
Public Property ClientSideOnMouseOut As
String
[C#]
public
String ClientSideOnMouseOut {get; set;}
Property Value
System.String
The name of the client side JavaScript function to be executed when the mouse leaves the control. This property is read/write.
Remarks
See client side event handling for more details.
See Also
BaseNavigator Class | EO.Web Namespace