Kendo.Mvc.UI.Fluent.MobileSplitViewPaneEventBuilder
Defines the fluent API for configuring the Kendo MobileSplitViewPane for ASP.NET MVC events.
Methods
Navigate(System.String)
Triggered when pane navigates to a view.
For additional information check the navigate event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the navigate event.
ViewShow(System.String)
Triggered after the pane displays a view.
For additional information check the viewShow event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the viewShow event.