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

Defines the fluent interface for configuring the TreeView.ClientEvents.
Наследование: IHideObjectMembers
Показать файл Открыть проект

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

Метод Описание
OnChecked ( System.Action onCheckedInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnChecked client-side event. Requires ShowCheckBox to be true.

OnChecked ( string onCheckedHandlerName ) : TreeViewClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnChecked client-side event. Requires ShowCheckBox to be true.

OnCollapse ( System.Action onCollapseInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnCollapse client-side event

OnCollapse ( string onCollapseHandlerName ) : TreeViewClientEventsBuilder

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

OnDataBinding ( System.Action onDataBindingInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnDataBinding client-side event

OnDataBinding ( string OnDataBindingHandlerName ) : TreeViewClientEventsBuilder

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

OnDataBound ( System.Action onDataBoundInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnDataBound client-side event

OnDataBound ( string onDataBoundHandlerName ) : TreeViewClientEventsBuilder

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

OnError ( System.Action onErrorInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnError client-side event

OnError ( string onErrorHandlerName ) : TreeViewClientEventsBuilder

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

OnExpand ( System.Action onExpandInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnExpand client-side event

OnExpand ( string onExpandHandlerName ) : TreeViewClientEventsBuilder

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

OnLoad ( System.Action onLoadInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnLoad client-side event

OnLoad ( string onLoadHandlerName ) : TreeViewClientEventsBuilder

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

OnNodeDragCancelled ( System.Action onNodeDragCancelledInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnNodeDragCancelled client-side event

OnNodeDragCancelled ( string onNodeDragCancelledHandlerName ) : TreeViewClientEventsBuilder

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

OnNodeDragStart ( System.Action onNodeDragStartInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnNodeDragStart client-side event

OnNodeDragStart ( string onNodeDragStartHandlerName ) : TreeViewClientEventsBuilder

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

OnNodeDragging ( System.Action onNodeDraggingInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnNodeDragging client-side event

OnNodeDragging ( string onNodeDraggingHandlerName ) : TreeViewClientEventsBuilder

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

OnNodeDrop ( System.Action onNodeDropInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnNodeDrop client-side event

OnNodeDrop ( string onNodeDropHandlerName ) : TreeViewClientEventsBuilder

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

OnNodeDropped ( System.Action onNodeDroppedInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnNodeDropped client-side event

OnNodeDropped ( string onNodeDroppedHandlerName ) : TreeViewClientEventsBuilder

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

OnSelect ( System.Action onSelectInlineCode ) : TreeViewClientEventsBuilder

Defines the inline handler of the OnSelect client-side event

OnSelect ( string onSelectHandlerName ) : TreeViewClientEventsBuilder

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

TreeViewClientEventsBuilder ( TreeViewClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System

Initializes a new instance of the TreeViewClientEventsBuilder class.

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

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

Defines the inline handler of the OnChecked client-side event. Requires ShowCheckBox to be true.
public OnChecked ( System.Action onCheckedInlineCode ) : TreeViewClientEventsBuilder
onCheckedInlineCode System.Action
Результат TreeViewClientEventsBuilder

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

Defines the name of the JavaScript function that will handle the the OnChecked client-side event. Requires ShowCheckBox to be true.
public OnChecked ( string onCheckedHandlerName ) : TreeViewClientEventsBuilder
onCheckedHandlerName string The name of the JavaScript function that will handle the event.
Результат TreeViewClientEventsBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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