SankeyEventBuilder
Methods
LinkClick(System.String)
Defines the handler of the LinkClick client-side event. 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)
Defines the handler of the LinkEnter client-side event. 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)
Defines the handler of the LinkLeave client-side event. 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)
Defines the handler of the NodeClick client-side event. 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)
Defines the handler of the NodeEnter client-side event. 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)
Defines the handler of the NodeLeave client-side event. 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.