Version

TimelineViewEventIds Enumeration

Uniquely identifies each DayView event.
Syntax
'Declaration
 
Public Enum TimelineViewEventIds 
   Inherits System.Enum
public enum TimelineViewEventIds : System.Enum 
Members
MemberDescription
ActiveOwnerChangedFired immediately after the ActiveOwner has changed.
ActiveOwnerChangingFired immediately before the ActiveOwner is changed, giving listeners the opportunity to cancel the operation.
ActivityScrollButtonClickedFired when an ActivityScrollButtonUIElement, is clicked by the user.
ActivityScrollButtonToolTipDisplayingFired immediately before a tooltip is displayed for an ActivityScrollButtonUIElement, giving listeners the opportunity to change the text that is displayed or prevent it from displaying.
AppointmentEditModeEnteredFired immediately after an edit mode session has begun on an Appointment.
AppointmentEditModeExitedFired immediately after an edit mode session has ended on an Appointment.
AppointmentEnteringEditModeFired immediately before an edit mode session begins on an Appointment.
AppointmentExitingEditModeFired immediately before an edit mode session ends on an Appointment.
AppointmentToolTipDisplayingFired immediately before a tooltip is displayed for an Appointment, giving listeners the opportunity to cancel the operation or change the text that is displayed.
ColumnHeaderInitializingFired immediately before the child elements are initialized for a ColumnHeaderUIElement, giving listeners the opportunity to change the text and/or appearance for the header.
ColumnHeaderToolTipDisplayingFired immediately before a tooltip is displayed for a ColumnHeaderUIElement or a DateNavigationButtonUIElement, giving listeners the opportunity to change the text that is displayed or prevent it from displaying.
DateNavigationButtonClickedFired when a DateNavigationButtonUIElement is clicked, giving listeners the opportunity to change the action that is taken.
DateTimeIntervalLabelToolTipDisplayingFired immediately before a tooltip is displayed for a DateTimeIntervalLabelUIElement, giving listeners the opportunity to change the text that is displayed or prevent it from displaying.
GestureCompletedThe GestureCompleted event.
GestureQueryStatusThe GestureQueryStatus event.
GestureStartingThe GestureStarting event.
HolidayToolTipDisplayingFired immediately before a tooltip is displayed for a Holiday, giving listeners the opportunity to cancel the operation or change the text that is displayed.
OwnerHeaderToolTipDisplayingFired immediately before a tooltip is displayed for a OwnerHeaderUIElement, giving listeners the opportunity to change the text that is displayed or prevent it from displaying.
PanGestureThe PanGesture event.
PressAndHoldGestureThe PressAndHoldGesture event.
PressAndTapGestureThe PressAndTapGesture event.
PrimaryIntervalChangedFired when the PrimaryInterval has changed.
RotateGestureThe RotateGesture event.
SelectedAppointmentsDeletedFired after the SelectedAppointments have been deleted by the user.
SelectedAppointmentsDeletingFired immediately before the SelectedAppointments are deleted by the user.
SelectedDateTimeRangeChangedFired immediately after the date/time selection has changed.
SelectedDateTimeRangeChangingFired immediately before the date/time selection is changed, giving listeners the opportunity to cancel the operation.
TwoFingerTapGestureThe TwoFingerTapGesture event.
VisibleDateTimeRangeChangedFired after the control's VisibleDateTimeRange has changed.
ZoomGestureThe ZoomGesture event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also