Kendo.Mvc.UI.Fluent.ProgressBarEventBuilder
Defines the fluent API for configuring the Kendo UI ProgressBar for ASP.NET MVC events.
Methods
Change(System.String)
Fired when the value of the ProgressBar has changed. If the progress animation is enabled, the event will be fired after the animation has completed (does not applies to chunk ProgressBar).
For additional information check the change event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the change event.
Change(System.Func<System.Object,System.Object>)
Fired when the value of the ProgressBar has changed. If the progress animation is enabled, the event will be fired after the animation has completed (does not applies to chunk ProgressBar).
For additional information check the change event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Complete(System.String)
Fired when the value of the ProgressBar reaches the maximum value.
For additional information check the complete event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the complete event.
Complete(System.Func<System.Object,System.Object>)
Fired when the value of the ProgressBar reaches the maximum value.
For additional information check the complete event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.