Method | Description | |
---|---|---|
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.
|
|
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.
|
|
OnMove ( System.Action onMoveInlineCode ) : |
Defines the inline handler of the OnMove client-side event
|
|
OnMove ( string onMoveHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnMove 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.
|
|
OnRefresh ( System.Action onRefreshInlineCode ) : |
Defines the inline handler of the OnRefresh client-side event
|
|
OnRefresh ( string onRefreshHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnRefresh client-side event.
|
|
OnResize ( System.Action onResizeInlineCode ) : |
Defines the inline handler of the OnResize client-side event
|
|
OnResize ( string onResizeHandlerName ) : |
Defines the name of the JavaScript function that will handle the the OnResize client-side event.
|
|
WindowClientEventsBuilder ( WindowClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System |
Initializes a new instance of the WindowClientEventsBuilder class.
|
public OnClose ( System.Action onCloseInlineCode ) : |
||
onCloseInlineCode | System.Action | |
return |
public OnClose ( string onCloseHandlerName ) : |
||
onCloseHandlerName | string | |
return |
public OnError ( System.Action onErrorInlineCode ) : |
||
onErrorInlineCode | System.Action | |
return |
public OnError ( string onErrorHandlerName ) : |
||
onErrorHandlerName | string | |
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 OnMove ( System.Action onMoveInlineCode ) : |
||
onMoveInlineCode | System.Action | |
return |
public OnMove ( string onMoveHandlerName ) : |
||
onMoveHandlerName | string | |
return |
public OnOpen ( System.Action onOpenInlineCode ) : |
||
onOpenInlineCode | System.Action | |
return |
public OnOpen ( string onOpenHandlerName ) : |
||
onOpenHandlerName | string | |
return |
public OnRefresh ( System.Action onRefreshInlineCode ) : |
||
onRefreshInlineCode | System.Action | |
return |
public OnRefresh ( string onRefreshHandlerName ) : |
||
onRefreshHandlerName | string | |
return |
public OnResize ( System.Action onResizeInlineCode ) : |
||
onResizeInlineCode | System.Action | |
return |
public OnResize ( string onResizeHandlerName ) : |
||
onResizeHandlerName | string | |
return |
public WindowClientEventsBuilder ( WindowClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System | ||
clientEvents | WindowClientEvents | The client events. |
viewContext | System.Web.Mvc.ViewContext | The view context. |
return | System |