C# Класс Telerik.Web.Mvc.UI.PanelBarClientEventsBuilder

Defines the fluent interface for configuring the PanelBar.ClientEvents.
Показать файл Открыть проект

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

Метод Описание
OnCollapse ( System.Action onCollapseInlineCode ) : PanelBarClientEventsBuilder

Defines the inline handler of the OnCollapse client-side event

OnCollapse ( string onCollapseHandlerName ) : PanelBarClientEventsBuilder

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

OnError ( System.Action onErrorInlineCode ) : PanelBarClientEventsBuilder

Defines the inline handler of the OnError client-side event

OnError ( string onErrorHandlerName ) : PanelBarClientEventsBuilder

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

OnExpand ( System.Action onExpandInlineCode ) : PanelBarClientEventsBuilder

Defines the inline handler of the OnExpand client-side event

OnExpand ( string onExpandHandlerName ) : PanelBarClientEventsBuilder

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

OnLoad ( System.Action onLoadInlineCode ) : PanelBarClientEventsBuilder

Defines the inline handler of the OnLoad client-side event

OnLoad ( string onLoadHandlerName ) : PanelBarClientEventsBuilder

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

OnSelect ( System.Action onSelectInlineCode ) : PanelBarClientEventsBuilder

Defines the inline handler of the OnSelect client-side event

OnSelect ( string onSelectHandlerName ) : PanelBarClientEventsBuilder

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

PanelBarClientEventsBuilder ( PanelBarClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System

Initializes a new instance of the PanelBarClientEventsBuilder class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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