Table of Contents
ClientSideOnItemClick Property

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

Syntax
 public String ClientSideOnItemClick { get; set; }

Property Value

System.String

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

Remarks

See client side event handling for more details.

See Also