C# 클래스 Telerik.Web.Mvc.UI.DatePickerClientEventsBuilder

Defines the fluent interface for configuring datepicker client events.
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
DatePickerClientEventsBuilder ( DatePickerClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System

Initializes a new instance of the DatePickerClientEventsBuilder class.

OnChange ( System.Action onChangeInlineCode ) : DatePickerClientEventsBuilder

Defines the inline handler of the OnSelect client-side event

OnChange ( string onChangeHandlerName ) : DatePickerClientEventsBuilder

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

OnClose ( System.Action onCloseInlineCode ) : DatePickerClientEventsBuilder

Defines the inline handler of the OnPopupClose client-side event

OnClose ( string onCloseHandlerName ) : DatePickerClientEventsBuilder

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

OnLoad ( System.Action onLoadInlineCode ) : DatePickerClientEventsBuilder

Defines the inline handler of the OnLoad client-side event

OnLoad ( string onLoadHandlerName ) : DatePickerClientEventsBuilder

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

OnOpen ( System.Action onOpenInlineCode ) : DatePickerClientEventsBuilder

Defines the inline handler of the OnPopupOpen client-side event

OnOpen ( string onOpenHandlerName ) : DatePickerClientEventsBuilder

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

메소드 상세

DatePickerClientEventsBuilder() 공개 메소드

Initializes a new instance of the DatePickerClientEventsBuilder class.
public DatePickerClientEventsBuilder ( DatePickerClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System
clientEvents DatePickerClientEvents Datepicker client-side events.
viewContext System.Web.Mvc.ViewContext The context of the View.
리턴 System

OnChange() 공개 메소드

Defines the inline handler of the OnSelect client-side event
public OnChange ( System.Action onChangeInlineCode ) : DatePickerClientEventsBuilder
onChangeInlineCode System.Action
리턴 DatePickerClientEventsBuilder

OnChange() 공개 메소드

Defines the name of the JavaScript function that will handle the the OnSelect client-side event.
public OnChange ( string onChangeHandlerName ) : DatePickerClientEventsBuilder
onChangeHandlerName string
리턴 DatePickerClientEventsBuilder

OnClose() 공개 메소드

Defines the inline handler of the OnPopupClose client-side event
public OnClose ( System.Action onCloseInlineCode ) : DatePickerClientEventsBuilder
onCloseInlineCode System.Action
리턴 DatePickerClientEventsBuilder

OnClose() 공개 메소드

Defines the name of the JavaScript function that will handle the the OnPopupClose client-side event.
public OnClose ( string onCloseHandlerName ) : DatePickerClientEventsBuilder
onCloseHandlerName string
리턴 DatePickerClientEventsBuilder

OnLoad() 공개 메소드

Defines the inline handler of the OnLoad client-side event
public OnLoad ( System.Action onLoadInlineCode ) : DatePickerClientEventsBuilder
onLoadInlineCode System.Action
리턴 DatePickerClientEventsBuilder

OnLoad() 공개 메소드

Defines the name of the JavaScript function that will handle the the OnLoad client-side event.
public OnLoad ( string onLoadHandlerName ) : DatePickerClientEventsBuilder
onLoadHandlerName string The name of the JavaScript function that will handle the event.
리턴 DatePickerClientEventsBuilder

OnOpen() 공개 메소드

Defines the inline handler of the OnPopupOpen client-side event
public OnOpen ( System.Action onOpenInlineCode ) : DatePickerClientEventsBuilder
onOpenInlineCode System.Action
리턴 DatePickerClientEventsBuilder

OnOpen() 공개 메소드

Defines the name of the JavaScript function that will handle the the OnPopupOpen client-side event.
public OnOpen ( string onOpenHandlerName ) : DatePickerClientEventsBuilder
onOpenHandlerName string
리턴 DatePickerClientEventsBuilder