Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.ClientSideOnItemMouseOut Property

Specifies the name of the client side JavaScript function to be executed when mouse leaves a navigation item.

[Visual Basic]
Public Property ClientSideOnItemMouseOut As String
[C#]
public String ClientSideOnItemMouseOut {get; set;}

Property Value

System.String

The name of the client side JavaScript function to be executed when when mouse leaves a navigation item. This property is read/write.

Remarks

See client side event handling for more details.

See Also

BaseNavigator Class | EO.Web Namespace


Direct link to this topic