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

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

공개 메소드들

메소드 설명
OnChange ( System.Action javaScript ) : TextboxBaseClientEventsBuilder

Defines the inline handler of the OnChange client-side event

OnChange ( string handlerName ) : TextboxBaseClientEventsBuilder

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

OnLoad ( System.Action javaScript ) : TextboxBaseClientEventsBuilder

Defines the inline handler of the OnLoad client-side event

OnLoad ( string handlerName ) : TextboxBaseClientEventsBuilder

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

TextboxBaseClientEventsBuilder ( TextboxBaseClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System

비공개 메소드들

메소드 설명
HandlerAction ( string handlerName ) : System.Action

메소드 상세

OnChange() 공개 메소드

Defines the inline handler of the OnChange client-side event
public OnChange ( System.Action javaScript ) : TextboxBaseClientEventsBuilder
javaScript System.Action
리턴 TextboxBaseClientEventsBuilder

OnChange() 공개 메소드

Defines the name of the JavaScript function that will handle the the OnChange client-side event.
public OnChange ( string handlerName ) : TextboxBaseClientEventsBuilder
handlerName string
리턴 TextboxBaseClientEventsBuilder

OnLoad() 공개 메소드

Defines the inline handler of the OnLoad client-side event
public OnLoad ( System.Action javaScript ) : TextboxBaseClientEventsBuilder
javaScript System.Action
리턴 TextboxBaseClientEventsBuilder

OnLoad() 공개 메소드

Defines the name of the JavaScript function that will handle the the OnLoad client-side event.
public OnLoad ( string handlerName ) : TextboxBaseClientEventsBuilder
handlerName string
리턴 TextboxBaseClientEventsBuilder

TextboxBaseClientEventsBuilder() 공개 메소드

public TextboxBaseClientEventsBuilder ( TextboxBaseClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System
clientEvents TextboxBaseClientEvents
viewContext System.Web.Mvc.ViewContext
리턴 System