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.
LinkClick(System.Func)
Fires when the user clicks a link.
For more information see LinkClick event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
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.
LinkEnter(System.Func)
Fires when the user enters a link. Similar to the mouseenter event.
For more information see LinkEnter event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
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.
LinkLeave(System.Func)
Fires when the user leaves a link. Similar to the mouseleave event.
For more information see LinkLeave event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
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.
NodeClick(System.Func)
Fires when the user clicks a node.
For more information see NodeClick event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
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.
NodeEnter(System.Func)
Fires when the user enters a node. Similar to the mouseenter event.
For more information see NodeEnter event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
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.
NodeLeave(System.Func)
Fires when the user leaves a node. Similar to the mouseleave event.
For more information see NodeLeave event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.