C# 클래스 Telerik.Web.Mvc.UI.TabStripClientEventsBuilder

Defines the fluent interface for configuring the TabStrip.ClientEvents.
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
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