Kendo.Mvc.UI.Fluent.SplitterEventBuilder
Defines the fluent API for configuring the Kendo UI Splitter for ASP.NET MVC events.
Methods
Collapse(System.String)
Triggered when a pane of a Splitter is collapsed.
For additional information check the collapse event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the collapse event.
Collapse(System.Func<System.Object,System.Object>)
Triggered when a pane of a Splitter is collapsed.
For additional information check the collapse event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
ContentLoad(System.String)
Triggered when the content for a pane has finished loading.
For additional information check the contentLoad event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the contentLoad event.
ContentLoad(System.Func<System.Object,System.Object>)
Triggered when the content for a pane has finished loading.
For additional information check the contentLoad event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Error(System.String)
Triggered when the AJAX request that fetches a pane content has failed.
For additional information check the error event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the error event.
Error(System.Func<System.Object,System.Object>)
Triggered when the AJAX request that fetches a pane content has failed.
For additional information check the error event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Expand(System.String)
Triggered when a pane of a Splitter is expanded.
For additional information check the expand event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the expand event.
Expand(System.Func<System.Object,System.Object>)
Triggered when a pane of a Splitter is expanded.
For additional information check the expand event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
LayoutChange(System.String)
This event is now obsolete and will be removed in the future. Please use the resize event instead.Fires when the splitter layout has changed
For additional information check the layoutChange event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the layoutChange event.
LayoutChange(System.Func<System.Object,System.Object>)
This event is now obsolete and will be removed in the future. Please use the resize event instead.Fires when the splitter layout has changed
For additional information check the layoutChange event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Resize(System.String)
Triggered when a pane is resized.
For additional information check the resize event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the resize event.
Resize(System.Func<System.Object,System.Object>)
Triggered when a pane is resized.
For additional information check the resize event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.