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

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

Public Methods

Method Description
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

Private Methods

Method Description
HandlerAction ( string handlerName ) : System.Action

Method Details

OnChange() public method

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

OnChange() public method

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

OnLoad() public method

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

OnLoad() public method

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

TextboxBaseClientEventsBuilder() public method

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