Kendo.Mvc.UI.Fluent.PopoverEventBuilder
Defines the fluent API for configuring the Kendo UI Popover for ASP.NET MVC events.
Methods
Show(System.String)
Fires when a Popover is shown.
For additional information check the show event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the show event.
Show(System.Func<System.Object,System.Object>)
Fires when a Popover is shown.
For additional information check the show event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Hide(System.String)
Fires when a Popover is hidden.
For additional information check the hide event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the hide event.
Hide(System.Func<System.Object,System.Object>)
Fires when a Popover is hidden.
For additional information check the hide event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.