MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar Events
 


 Public Events

  Name Description

CellPresenterCreated

Raised when the CellPresenter control that will visualize specific view cell is created.

CellPresenterCreating

Raised when the CellPresenter control that will visualize specific view cell is being instantiated.

DateClick

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

FilterItem

Raised to allow filtering specific items from the view.

HiddenItemClick

Raised when a hidden items cue icon is clicked.

HScroll

Raised when the control has been scrolled horizontally.

ItemClick

Raised when the user clicks a schedule item.

ItemCloned

Raised when the user has cloned an item interactively.

ItemCloning

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

ItemCreated

Raised when a schedule item is created by the user.

ItemCreating

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

ItemCreationCanceled

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

ItemDeleted

Raised when the user deletes a schedule item.

ItemDeleting

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

ItemDeselecting

Raised when an item is about to be deselected.

ItemInplaceEdited

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

ItemInplaceEditEnding

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

ItemInplaceEditStarting

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

ItemListLaneChanged

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

ItemModificationCanceled

Raised when an item modification is canceled by the user. This event is also raised upon completion of interaction which was previously canceled programmatically through the ItemModifying event.

ItemModified

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

ItemModifying

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

ItemPresenterCreated

Raised when the ItemPresenter Control that will visualise specific item is created.

ItemSelecting

Raised when an item is about to be selected.

ItemSelectionChanged

Raised when an item is selected or deselected.

ItemSelectionComplete

Raised when an item is selected or deselected.

ItemStartModifying

Raised when the user is about to move or resize an item.

ListViewHeaderClick

Raised when the header of a List view is clicked.

MonthHeaderClick

Raised when the header of a Month view is clicked.

MonthRangeHeaderClick

Raised when the header of an MonthRange view is clicked.

MonthWeekHeaderClick

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

QueryHeaderText

Raised when rendering various header texts to enable customization.

RecurringItemDeleting

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

ResourceViewBottomTimelineClick

Raised when the bottom timeline of a Resource view is clicked.

ResourceViewMiddleTimelineClick

Raised when the middle timeline of a Resource view is clicked.

ResourceViewTopTimelineClick

Raised when the top timeline of a Resource view is clicked.

Scroll

Raised when the value of a scrollbar has changed.

TapAndHoldCellConfirm

Raised when the user taps and hold on a cell to allow the application to cancel the in-place item creation.

TapAndHoldItemConfirm

Raised when the user taps and hold on an item to allow the application to cancel the in-place item modification.

TimetableColumnHeaderClick

Raised when the header of a Timetable column is clicked.

VisibleDateChanged

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

VScroll

Raised when the control has been scrolled vertically.

WeekRangeHeaderClick

Raised when the header of a WeekRange view is clicked.

 See Also

Calendar Class
MindFusion.Scheduling.Silverlight Namespace