SplitterEventBuilder
Methods
Collapse(System.String)
Triggered when a pane of a Splitter 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 a pane of a Splitter 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)
Triggered when the content for a pane has finished loading.
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)
Triggered when the content for a pane has finished loading.
For more information see ContentLoad event.
Parameters
handler - System.Func<Object,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 more information see Error event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the error event.
Error(System.Func)
Triggered when the AJAX request that fetches a pane content has failed.
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 a pane of a Splitter 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 a pane of a Splitter is expanded.
For more information see Expand event.
Parameters
handler - System.Func<Object,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 more information see LayoutChange event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the layoutChange event.
LayoutChange(System.Func)
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 more information see LayoutChange event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Resize(System.String)
Triggered when a pane is resized.
For more information see Resize event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the resize event.
Resize(System.Func)
Triggered when a pane is resized.
For more information see Resize event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.