Search
CalendarListener Methods
 


 Public Methods

  Name Description

beginItemDrawing

Invoked before the items are drawn in the current drawing pass.

customizeGrouping

Raised when secondary grouping is enabled to allow the client to filter some of the secondary resources.

customizeText

Raised to allow text customization of various calendar elements.

dateClick

Invoked when the user clicks a date cell in the calendar.

draw

Invoked to allow custom drawing of calendar UI elements.

drawing

Raised to allow custom drawing of calendar elements before the default rendering done by the control.

endItemDrawing

Invoked after the items are drawn in the current drawing pass.

filterItem

Raised to allow filtering specific items from the view.

hiddenItemClick

Invoked when a hidden items cue icon is clicked.

hScroll

Invoked when the control has been scrolled horizontally.

itemClick

Invoked when the user clicks a schedule item.

itemCloned

Invoked when the user has cloned an item interactively.

itemCloning

Invoked when the user is about to clone an item interactively.

itemCreated

Invoked when a schedule item is created by the user.

itemCreating

Invoked when the user is about to create a new schedule item.

itemCreationCanceled

Invoked when an interactive item creation is canceled by the user.

itemDeleted

Invoked when the user deletes a schedule item.

itemDeleting

Invoked when the user is about to delete a schedule item.

itemDeselecting

Invoked when an item is about to be deselected.

itemDrawing

Invoked to allow custom drawing of calendar items before the default rendering done by the control.

itemInplaceEdited

Invoked when item's text is in-place edited.

itemInplaceEditEnding

Invoked when in-place editing of item's text is about to be accepted.

itemInplaceEditStarting

Invoked when in-place editing of item's text is about to begin.

itemListLaneChanged

Invoked when the lane index of an item within a List view has changed.

itemModificationCanceled

Invoked when an item modification is canceled by the user.

itemModified

Invoked when a schedule item is moved or resized by the user.

itemModifying

Invoked when the user moves or resizes a schedule item, which would change the item's scheduled start or end date and time.

itemSelecting

Invoked when an item is about to be selected.

itemSelectionChanged

Invoked when an item is selected or deselected.

itemSelectionComplete

Invoked when an item is selected or deselected.

itemsModified

Invoked when one or more items have been modified interactively.

itemTooltipDisplaying

Invoked to allow modification of an item's tooltip before it gets displayed.

listViewHeaderClick

Invoked when the header of a List view is clicked.

monthCellClick

Invoked when the user clicks on a month cell in a SingleMonth and MonthRange views.

monthHeaderClick

Invoked when the header of a Month view is clicked.

monthRangeHeaderClick

Invoked when the header of an MonthRange view is clicked.

monthWeekHeaderClick

Invoked when a cell in the week header of a Month view is clicked.

recurringItemDeleting

Invoked when the user is about to delete a recurring item.

resourceViewBottomTimelineClick

Invoked when the bottom timeline of a CalendarView.ResourceView view is clicked.

resourceViewMiddleTimelineClick

Invoked when the middle timeline of a CalendarView.ResourceView view is clicked.

resourceViewRowHeaderClick

Invoked when the header of a Resource view row is clicked.

resourceViewTopTimelineClick

Invoked when the top timeline of a CalendarView.ResourceView view is clicked.

scroll

Invoked when the value of a scrollbar has changed.

themeChanged

Invoked when the calendar theme has changed.

timeLineUnitsChanged

Invoked when timeline units are changed by zoom operation.

timetableColumnHeaderClick

Invoked when the header of a Timetable column is clicked.

tooltipDisplaying

Invoked to allow modification of the tooltip of a calendar element before it gets displayed.

visibleDateChanged

Invoked when the user selects another date using the month or year navigation controls on the calendar header area.

vScroll

Invoked when the control has been scrolled vertically.

weekRangeHeaderClick

Raised when the header of a WeekRange view is clicked.

 See Also