Table of Contents
ClientSideOnItemMouseDown Property

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

Syntax
 public String ClientSideOnItemMouseDown { get; set; }

Property Value

System.String

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

Remarks

See client side event handling for more details.

See Also