ToggleButtonEventBuilder
Methods
Toggle(System.String)
Fires when the ToggleButton selected state is toggled.
For more information see Toggle event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the toggle event.
Toggle(System.Func)
Fires when the ToggleButton selected state is toggled.
For more information see Toggle event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Click(System.String)
Fires when the ToggleButton selected state is clicked.
For more information see Click event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the click event.
Click(System.Func)
Fires when the ToggleButton selected state is clicked.
For more information see Click event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.