C# Класс Telerik.Web.Mvc.UI.Fluent.DropDownClientEventsBuilder

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DropDownClientEventsBuilder ( DropDownClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System

Initializes a new instance of the DropDownClientEventsBuilder class.

OnChange ( System.Action onChangeInlineCode ) : DropDownClientEventsBuilder

Defines the inline handler of the OnChange client-side event

OnChange ( string onChangeHandlerName ) : DropDownClientEventsBuilder

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

OnClose ( System.Action onCloseInlineCode ) : DropDownClientEventsBuilder

Defines the inline handler of the OnClose client-side event

OnClose ( string onCloseHandlerName ) : DropDownClientEventsBuilder

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

OnDataBinding ( System.Action onDataBindingInlineCode ) : DropDownClientEventsBuilder

Defines the inline handler of the OnDataBinding client-side event

OnDataBinding ( string onDataBindingHandlerName ) : DropDownClientEventsBuilder

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

OnDataBound ( System.Action onDataBoundInlineCode ) : DropDownClientEventsBuilder

Defines the inline handler of the OnDataBound client-side event

OnDataBound ( string onDataBoundHandlerName ) : DropDownClientEventsBuilder

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

OnError ( System.Action onErrorInlineCode ) : DropDownClientEventsBuilder

Defines the inline handler of the OnError client-side event

OnError ( string onErrorHandlerName ) : DropDownClientEventsBuilder

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

OnLoad ( System.Action onLoadInlineCode ) : DropDownClientEventsBuilder

Defines the inline handler of the OnLoad client-side event

OnLoad ( string onLoadHandlerName ) : DropDownClientEventsBuilder

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

OnOpen ( System.Action onOpenInlineCode ) : DropDownClientEventsBuilder

Defines the inline handler of the OnOpen client-side event

OnOpen ( string onOpenHandlerName ) : DropDownClientEventsBuilder

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

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

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

Initializes a new instance of the DropDownClientEventsBuilder class.
public DropDownClientEventsBuilder ( DropDownClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System
clientEvents DropDownClientEvents The client events.
viewContext System.Web.Mvc.ViewContext The view context.
Результат System

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

Defines the inline handler of the OnChange client-side event
public OnChange ( System.Action onChangeInlineCode ) : DropDownClientEventsBuilder
onChangeInlineCode System.Action The action defining the inline handler.
Результат DropDownClientEventsBuilder

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

Defines the name of the JavaScript function that will handle the the OnChange client-side event.
public OnChange ( string onChangeHandlerName ) : DropDownClientEventsBuilder
onChangeHandlerName string The name of the JavaScript function that will handle the event.
Результат DropDownClientEventsBuilder

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

Defines the inline handler of the OnClose client-side event
public OnClose ( System.Action onCloseInlineCode ) : DropDownClientEventsBuilder
onCloseInlineCode System.Action The action defining the inline handler.
Результат DropDownClientEventsBuilder

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

Defines the name of the JavaScript function that will handle the the OnClose client-side event.
public OnClose ( string onCloseHandlerName ) : DropDownClientEventsBuilder
onCloseHandlerName string The name of the JavaScript function that will handle the event.
Результат DropDownClientEventsBuilder

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

Defines the inline handler of the OnDataBinding client-side event
public OnDataBinding ( System.Action onDataBindingInlineCode ) : DropDownClientEventsBuilder
onDataBindingInlineCode System.Action The action defining the inline handler.
Результат DropDownClientEventsBuilder

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

Defines the name of the JavaScript function that will handle the the OnDataBinding client-side event.
public OnDataBinding ( string onDataBindingHandlerName ) : DropDownClientEventsBuilder
onDataBindingHandlerName string The name of the JavaScript function that will handle the event.
Результат DropDownClientEventsBuilder

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

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

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

Defines the name of the JavaScript function that will handle the the OnDataBound client-side event.
public OnDataBound ( string onDataBoundHandlerName ) : DropDownClientEventsBuilder
onDataBoundHandlerName string The name of the JavaScript function that will handle the event.
Результат DropDownClientEventsBuilder

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

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

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

Defines the name of the JavaScript function that will handle the the OnError client-side event.
public OnError ( string onErrorHandlerName ) : DropDownClientEventsBuilder
onErrorHandlerName string
Результат DropDownClientEventsBuilder

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

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

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

Defines the name of the JavaScript function that will handle the the OnLoad client-side event.
public OnLoad ( string onLoadHandlerName ) : DropDownClientEventsBuilder
onLoadHandlerName string The name of the JavaScript function that will handle the event.
Результат DropDownClientEventsBuilder

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

Defines the inline handler of the OnOpen client-side event
public OnOpen ( System.Action onOpenInlineCode ) : DropDownClientEventsBuilder
onOpenInlineCode System.Action The action defining the inline handler.
Результат DropDownClientEventsBuilder

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

Defines the name of the JavaScript function that will handle the the OnOpen client-side event.
public OnOpen ( string onOpenHandlerName ) : DropDownClientEventsBuilder
onOpenHandlerName string The name of the JavaScript function that will handle the event.
Результат DropDownClientEventsBuilder