Version

CalendarClientSideEvents Class Members

The following tables list the members exposed by CalendarClientSideEvents.

Public Constructors
 NameDescription
Public ConstructorCalendarClientSideEvents ConstructorDefault public constructor for the CalendarClientSideEvents object.  
Public Properties
 NameDescription
Public PropertyDateClickedEvent fired when the selected date was clicked.  
Public PropertyInitializeCalendarEvent fired after Calendar was initialized.  
Public PropertyMonthChangedEvent fired after the visible month was changed.  
Public PropertyMonthChangingEvent fired before the visible month is changed. This event can be canceled.  
Public PropertyRenderDayEvent fired before the day is rendered. This event can be used to customize day painting.  
Public PropertyValueChangedEvent fired when the selected date was changed.  
Public PropertyValueChangingEvent fired before the selected date was changed. This event can be canceled.  
Public Methods
 NameDescription
Public MethodCopyCopies properties from the source.  
Public MethodResetReset all properties to their defaults.  
Public MethodToStringString formatted for visual designer.  
See Also