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

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

공개 메소드들

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

Initializes a new instance of the CalendarClientEventsBuilder class.

OnChange ( System.Action onChangeInlineCode ) : CalendarClientEventsBuilder

Defines the inline handler of the OnSelect client-side event

OnChange ( string onChangeHandlerName ) : CalendarClientEventsBuilder

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

OnLoad ( System.Action onLoadInlineCode ) : CalendarClientEventsBuilder

Defines the inline handler of the OnLoad client-side event

OnLoad ( string onLoadHandlerName ) : CalendarClientEventsBuilder

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

메소드 상세

CalendarClientEventsBuilder() 공개 메소드

Initializes a new instance of the CalendarClientEventsBuilder class.
public CalendarClientEventsBuilder ( CalendarClientEvents clientEvents, System.Web.Mvc.ViewContext viewContext ) : System
clientEvents CalendarClientEvents Client events of the calendar.
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 ) : CalendarClientEventsBuilder
onChangeInlineCode System.Action
리턴 CalendarClientEventsBuilder

OnChange() 공개 메소드

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

OnLoad() 공개 메소드

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

OnLoad() 공개 메소드

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