TabStripClientEventsBuilderOnError(String) - метод

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

Пространство имён:  Telerik.Web.Mvc.UI
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public TabStripClientEventsBuilder OnError(
	string onErrorHandlerName
)

Параметры

onErrorHandlerName
Тип: String
The name of the JavaScript function that will handle the event.

Возвращаемое значение

Тип: TabStripClientEventsBuilder
Примеры
C#
 <%= Html.Telerik().TabStrip()
            .Name("TabStrip")
            .ClientEvents(events => events.OnError("onError"))
%>
См. также