Method | Description | |
---|---|---|
OnChecked ( System.Action onCheckedInlineCode ) : |
Defines the inline handler of the OnChecked client-side event. Requires ShowCheckBox to be true.
|
|
OnChecked ( string onCheckedHandlerName ) : |
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 ) : |
Defines the inline handler of the OnCollapse client-side event
|
|
OnCollapse ( string onCollapseHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnCollapse client-side event.
|
|
OnDataBinding ( System.Action onDataBindingInlineCode ) : |
Defines the inline handler of the OnDataBinding client-side event
|
|
OnDataBinding ( string OnDataBindingHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnDataBinding client-side event.
|
|
OnDataBound ( System.Action onDataBoundInlineCode ) : |
Defines the inline handler of the OnDataBound client-side event
|
|
OnDataBound ( string onDataBoundHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnDataBound client-side event.
|
|
OnError ( System.Action onErrorInlineCode ) : |
Defines the inline handler of the OnError client-side event
|
|
OnError ( string onErrorHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnError client-side event.
|
|
OnExpand ( System.Action onExpandInlineCode ) : |
Defines the inline handler of the OnExpand client-side event
|
|
OnExpand ( string onExpandHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnExpand client-side event.
|
|
OnLoad ( System.Action onLoadInlineCode ) : |
Defines the inline handler of the OnLoad client-side event
|
|
OnLoad ( string onLoadHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnLoad client-side event.
|
|
OnNodeDragCancelled ( System.Action onNodeDragCancelledInlineCode ) : |
Defines the inline handler of the OnNodeDragCancelled client-side event
|
|
OnNodeDragCancelled ( string onNodeDragCancelledHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnNodeDragCancelled client-side event.
|
|
OnNodeDragStart ( System.Action onNodeDragStartInlineCode ) : |
Defines the inline handler of the OnNodeDragStart client-side event
|
|
OnNodeDragStart ( string onNodeDragStartHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnNodeDragStart client-side event.
|
|
OnNodeDragging ( System.Action onNodeDraggingInlineCode ) : |
Defines the inline handler of the OnNodeDragging client-side event
|
|
OnNodeDragging ( string onNodeDraggingHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnNodeDragging client-side event.
|
|
OnNodeDrop ( System.Action onNodeDropInlineCode ) : |
Defines the inline handler of the OnNodeDrop client-side event
|
|
OnNodeDrop ( string onNodeDropHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnNodeDrop client-side event.
|
|
OnNodeDropped ( System.Action onNodeDroppedInlineCode ) : |
Defines the inline handler of the OnNodeDropped client-side event
|
|
OnNodeDropped ( string onNodeDroppedHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnNodeDropped client-side event.
|
|
OnSelect ( System.Action onSelectInlineCode ) : |
Defines the inline handler of the OnSelect client-side event
|
|
OnSelect ( string onSelectHandlerName ) : |
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.
|
public OnChecked ( System.Action onCheckedInlineCode ) : |
||
onCheckedInlineCode | System.Action | |
return |
public OnChecked ( string onCheckedHandlerName ) : |
||
onCheckedHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnCollapse ( System.Action onCollapseInlineCode ) : |
||
onCollapseInlineCode | System.Action | |
return |
public OnCollapse ( string onCollapseHandlerName ) : |
||
onCollapseHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnDataBinding ( System.Action onDataBindingInlineCode ) : |
||
onDataBindingInlineCode | System.Action | |
return |
public OnDataBinding ( string OnDataBindingHandlerName ) : |
||
OnDataBindingHandlerName | string | |
return |
public OnDataBound ( System.Action onDataBoundInlineCode ) : |
||
onDataBoundInlineCode | System.Action | |
return |
public OnDataBound ( string onDataBoundHandlerName ) : |
||
onDataBoundHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnError ( System.Action onErrorInlineCode ) : |
||
onErrorInlineCode | System.Action | |
return |
public OnError ( string onErrorHandlerName ) : |
||
onErrorHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnExpand ( System.Action onExpandInlineCode ) : |
||
onExpandInlineCode | System.Action | |
return |
public OnExpand ( string onExpandHandlerName ) : |
||
onExpandHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnLoad ( System.Action onLoadInlineCode ) : |
||
onLoadInlineCode | System.Action | |
return |
public OnLoad ( string onLoadHandlerName ) : |
||
onLoadHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnNodeDragCancelled ( System.Action onNodeDragCancelledInlineCode ) : |
||
onNodeDragCancelledInlineCode | System.Action | |
return |
public OnNodeDragCancelled ( string onNodeDragCancelledHandlerName ) : |
||
onNodeDragCancelledHandlerName | string | |
return |
public OnNodeDragStart ( System.Action onNodeDragStartInlineCode ) : |
||
onNodeDragStartInlineCode | System.Action | |
return |
public OnNodeDragStart ( string onNodeDragStartHandlerName ) : |
||
onNodeDragStartHandlerName | string | |
return |
public OnNodeDragging ( System.Action onNodeDraggingInlineCode ) : |
||
onNodeDraggingInlineCode | System.Action | |
return |
public OnNodeDragging ( string onNodeDraggingHandlerName ) : |
||
onNodeDraggingHandlerName | string | |
return |
public OnNodeDrop ( System.Action onNodeDropInlineCode ) : |
||
onNodeDropInlineCode | System.Action | |
return |
public OnNodeDrop ( string onNodeDropHandlerName ) : |
||
onNodeDropHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnNodeDropped ( System.Action onNodeDroppedInlineCode ) : |
||
onNodeDroppedInlineCode | System.Action | |
return |
public OnNodeDropped ( string onNodeDroppedHandlerName ) : |
||
onNodeDroppedHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnSelect ( System.Action onSelectInlineCode ) : |
||
onSelectInlineCode | System.Action | |
return |
public OnSelect ( string onSelectHandlerName ) : |
||
onSelectHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public TreeViewClientEventsBuilder ( TreeViewClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System | ||
clientEvents | TreeViewClientEvents | The client events. |
viewContext | System.Web.Mvc.ViewContext | The view context. |
return | System |