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

SankeyEventBuilder

Methods

LinkClick(System.String)

Fires when the user clicks a link.

For more information see LinkClick event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the linkClick event.

LinkEnter(System.String)

Fires when the user enters a link. Similar to the mouseenter event.

For more information see LinkEnter event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the linkEnter event.

LinkLeave(System.String)

Fires when the user leaves a link. Similar to the mouseleave event.

For more information see LinkLeave event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the linkLeave event.

NodeClick(System.String)

Fires when the user clicks a node.

For more information see NodeClick event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the nodeClick event.

NodeEnter(System.String)

Fires when the user enters a node. Similar to the mouseenter event.

For more information see NodeEnter event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the nodeEnter event.

NodeLeave(System.String)

Fires when the user leaves a node. Similar to the mouseleave event.

For more information see NodeLeave event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the nodeLeave event.

In this article
Not finding the help you need?