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.
RETURNS
Returns the current instance of SankeyEventBuilder .
LinkClick(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
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.
RETURNS
Returns the current instance of SankeyEventBuilder .
LinkEnter(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
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.
RETURNS
Returns the current instance of SankeyEventBuilder .
LinkLeave(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
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.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeClick(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
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.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeEnter(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
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.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeLeave(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .