C# Class Telerik.Web.Mvc.UI.TabStripClientEventsBuilder

Defines the fluent interface for configuring the TabStrip.ClientEvents.
Inheritance: IHideObjectMembers
Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
OnError ( System.Action onErrorInlineCode ) : TabStripClientEventsBuilder

Defines the inline handler of the OnError client-side event

OnError ( string onErrorHandlerName ) : TabStripClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnError client-side event.

OnLoad ( System.Action onLoadInlineCode ) : TabStripClientEventsBuilder

Defines the inline handler of the OnLoad client-side event

OnLoad ( string onLoadHandlerName ) : TabStripClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnLoad client-side event.

OnSelect ( System.Action onSelectInlineCode ) : TabStripClientEventsBuilder

Defines the inline handler of the OnSelect client-side event

OnSelect ( string onSelectHandlerName ) : TabStripClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnSelect client-side event.

TabStripClientEventsBuilder ( TabStripClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System

Initializes a new instance of the TabStripClientEventsBuilder class.

Method Details

OnError() public method

Defines the inline handler of the OnError client-side event
public OnError ( System.Action onErrorInlineCode ) : TabStripClientEventsBuilder
onErrorInlineCode System.Action
return TabStripClientEventsBuilder

OnError() public method

Defines the name of the JavaScript function that will handle the the OnError client-side event.
public OnError ( string onErrorHandlerName ) : TabStripClientEventsBuilder
onErrorHandlerName string The name of the JavaScript function that will handle the event.
return TabStripClientEventsBuilder

OnLoad() public method

Defines the inline handler of the OnLoad client-side event
public OnLoad ( System.Action onLoadInlineCode ) : TabStripClientEventsBuilder
onLoadInlineCode System.Action
return TabStripClientEventsBuilder

OnLoad() public method

Defines the name of the JavaScript function that will handle the the OnLoad client-side event.
public OnLoad ( string onLoadHandlerName ) : TabStripClientEventsBuilder
onLoadHandlerName string The name of the JavaScript function that will handle the event.
return TabStripClientEventsBuilder

OnSelect() public method

Defines the inline handler of the OnSelect client-side event
public OnSelect ( System.Action onSelectInlineCode ) : TabStripClientEventsBuilder
onSelectInlineCode System.Action
return TabStripClientEventsBuilder

OnSelect() public method

Defines the name of the JavaScript function that will handle the the OnSelect client-side event.
public OnSelect ( string onSelectHandlerName ) : TabStripClientEventsBuilder
onSelectHandlerName string The name of the JavaScript function that will handle the event.
return TabStripClientEventsBuilder

TabStripClientEventsBuilder() public method

Initializes a new instance of the TabStripClientEventsBuilder class.
public TabStripClientEventsBuilder ( TabStripClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System
clientEvents TabStripClientEvents The client events.
viewContext System.Web.Mvc.ViewContext The view context.
return System