MobileCollapsibleEventBuilder
Defines the fluent API for configuring the Kendo MobileCollapsible for ASP.NET MVC events.
Methods
Collapse(System.String)
Fires when the user collapses the content.
For more information see Collapse event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the collapse event.
Expand(System.String)
Fires when the user expands the content.
For more information see Expand event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the expand event.