Version

MonthViewMultiEventIds Enumeration

Uniquely identifies each MonthViewMulti event.
Syntax
'Declaration
 
Public Enum MonthViewMultiEventIds 
   Inherits System.Enum
public enum MonthViewMultiEventIds : System.Enum 
Members
MemberDescription
AfterDisplayContextMenuAfterDisplayContextMenu
AfterDisplayMonthPopupAfterDisplayMonthPopup
AfterMonthScrollAfterMonthScroll
AfterPerformActionEvent id that identifies AfterPerformAction event.
BeforeDisplayContextMenuBeforeDisplayContextMenu
BeforeDisplayDayToolTipBeforeDisplayDayToolTip
BeforeDisplayMonthPopupBeforeDisplayMonthPopup
BeforeMonthScrollBeforeMonthScroll
BeforePerformActionEvent id that identifies BeforePerformAction event.
GestureCompletedThe GestureCompleted event.
GestureQueryStatusThe GestureQueryStatus event.
GestureStartingThe GestureStarting event.
PanGestureThe PanGesture event.
PressAndHoldGestureThe PressAndHoldGesture event.
PressAndTapGestureThe PressAndTapGesture event.
RotateGestureThe RotateGesture event.
TwoFingerTapGestureThe TwoFingerTapGesture event.
VisibleMonthsChangedVisibleMonthsChanged
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