PanelBarEventBuilder
Defines the fluent API for configuring the Kendo UI PanelBar for ASP.NET MVC events.
Methods
Activate(System.String)
Triggered when an item of a PanelBar is activated.
For more information see Activate event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the activate event.
Activate(System.Func)
Triggered when an item of a PanelBar is activated.
For more information see Activate event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Collapse(System.String)
Triggered when an item of a PanelBar is collapsed.
For more information see Collapse event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the collapse event.
Collapse(System.Func)
Triggered when an item of a PanelBar is collapsed.
For more information see Collapse event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
ContentLoad(System.String)
Fires when content is fetched from an AJAX request.
For more information see ContentLoad event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the contentLoad event.
ContentLoad(System.Func)
Fires when content is fetched from an AJAX request.
For more information see ContentLoad event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
DataBound(System.String)
Triggered after the dataSource change event has been processed (adding/removing items);
For more information see DataBound event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the dataBound event.
DataBound(System.Func)
Triggered after the dataSource change event has been processed (adding/removing items);
For more information see DataBound event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Error(System.String)
Fires when AJAX request results in an error.
For more information see Error event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the error event.
Error(System.Func)
Fires when AJAX request results in an error.
For more information see Error event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Expand(System.String)
Triggered when an item of a PanelBar is expanded.
For more information see Expand event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the expand event.
Expand(System.Func)
Triggered when an item of a PanelBar is expanded.
For more information see Expand event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Select(System.String)
Triggered when an item of a PanelBar is selected by the user.
For more information see Select event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the select event.
Select(System.Func)
Triggered when an item of a PanelBar is selected by the user.
For more information see Select event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.