Kendo.Mvc.UI.Fluent.MobileActionSheetEventBuilder
Defines the fluent API for configuring the Kendo MobileActionSheet for ASP.NET MVC events.
Methods
Close(System.String)
Fires when the ActionSheet is closed.
For additional information check the close event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the close event.
Open(System.String)
Fires when the ActionSheet is opened.
For additional information check the open event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the open event.