Method | Description | |
---|---|---|
DropDownClientEventsBuilder ( DropDownClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System |
Initializes a new instance of the DropDownClientEventsBuilder class.
|
|
OnChange ( System.Action onChangeInlineCode ) : |
Defines the inline handler of the OnChange client-side event
|
|
OnChange ( string onChangeHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnChange client-side event.
|
|
OnClose ( System.Action onCloseInlineCode ) : |
Defines the inline handler of the OnClose client-side event
|
|
OnClose ( string onCloseHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnClose 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.
|
|
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.
|
|
OnOpen ( System.Action onOpenInlineCode ) : |
Defines the inline handler of the OnOpen client-side event
|
|
OnOpen ( string onOpenHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnOpen client-side event.
|
public DropDownClientEventsBuilder ( DropDownClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System | ||
clientEvents | DropDownClientEvents | The client events. |
viewContext | System.Web.Mvc.ViewContext | The view context. |
return | System |
public OnChange ( System.Action onChangeInlineCode ) : |
||
onChangeInlineCode | System.Action | The action defining the inline handler. |
return |
public OnChange ( string onChangeHandlerName ) : |
||
onChangeHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnClose ( System.Action onCloseInlineCode ) : |
||
onCloseInlineCode | System.Action | The action defining the inline handler. |
return |
public OnClose ( string onCloseHandlerName ) : |
||
onCloseHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnDataBinding ( System.Action onDataBindingInlineCode ) : |
||
onDataBindingInlineCode | System.Action | The action defining the inline handler. |
return |
public OnDataBinding ( string onDataBindingHandlerName ) : |
||
onDataBindingHandlerName | string | The name of the JavaScript function that will handle the event. |
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 | The action defining the inline handler. |
return |
public OnError ( string onErrorHandlerName ) : |
||
onErrorHandlerName | string | |
return |
public OnLoad ( System.Action onLoadInlineCode ) : |
||
onLoadInlineCode | System.Action | The action defining the inline handler. |
return |
public OnLoad ( string onLoadHandlerName ) : |
||
onLoadHandlerName | string | The name of the JavaScript function that will handle the event. |
return |
public OnOpen ( System.Action onOpenInlineCode ) : |
||
onOpenInlineCode | System.Action | The action defining the inline handler. |
return |
public OnOpen ( string onOpenHandlerName ) : |
||
onOpenHandlerName | string | The name of the JavaScript function that will handle the event. |
return |