C# Класс Telerik.Web.Mvc.UI.TabStripClientEventsBuilder

Defines the fluent interface for configuring the TabStrip.ClientEvents.
Наследование: IHideObjectMembers
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

OnError() публичный Метод

Defines the inline handler of the OnError client-side event
public OnError ( System.Action onErrorInlineCode ) : TabStripClientEventsBuilder
onErrorInlineCode System.Action
Результат TabStripClientEventsBuilder

OnError() публичный Метод

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.
Результат TabStripClientEventsBuilder

OnLoad() публичный Метод

Defines the inline handler of the OnLoad client-side event
public OnLoad ( System.Action onLoadInlineCode ) : TabStripClientEventsBuilder
onLoadInlineCode System.Action
Результат TabStripClientEventsBuilder

OnLoad() публичный Метод

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.
Результат TabStripClientEventsBuilder

OnSelect() публичный Метод

Defines the inline handler of the OnSelect client-side event
public OnSelect ( System.Action onSelectInlineCode ) : TabStripClientEventsBuilder
onSelectInlineCode System.Action
Результат TabStripClientEventsBuilder

OnSelect() публичный Метод

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.
Результат TabStripClientEventsBuilder

TabStripClientEventsBuilder() публичный Метод

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.
Результат System