TimelineEventBuilder
Defines the fluent API for configuring the Kendo UI Timeline for ASP.NET MVC events.
Methods
Change(System.String)
Fires when a new event is opened.
For more information see Change event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the change event.
Change(System.Func)
Fires when a new event is opened.
For more information see Change event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
DataBound(System.String)
Fires when the Timeline is bound to data.
For more information see DataBound event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the dataBound event.
DataBound(System.Func)
Fires when the Timeline is bound to data.
For more information see DataBound event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Expand(System.String)
Fires when an event is going to be expanded.
For more information see Expand event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the expand event.
Expand(System.Func)
Fires when an event is going to be expanded.
For more information see Expand event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Collapse(System.String)
Fires when an event is going to be collapsed.
For more information see Collapse event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the collapse event.
Collapse(System.Func)
Fires when an event is going to be collapsed.
For more information see Collapse event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
ActionClick(System.String)
Fires when an action for an event is clicked.
For more information see ActionClick event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the actionClick event.
ActionClick(System.Func)
Fires when an action for an event is clicked.
For more information see ActionClick event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Navigate(System.String)
Fires when the left or right arrow is clicked.
For more information see Navigate event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the navigate event.
Navigate(System.Func)
Fires when the left or right arrow is clicked.
For more information see Navigate event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.