Difference between revisions of "CalendarView.ViewChange"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 8: | Line 8: | ||
| newinversion= | | newinversion= | ||
}} | }} | ||
+ | |||
+ | |||
+ | |||
+ | The current view has changed. | ||
+ | StartDate and EndDate represent the date range that is currently displayed. | ||
+ | Use me.ViewType to retrieve the current view (Picker, Year, Month, Week, Day ...) |
Revision as of 10:19, 1 May 2012
Event
CalendarView.ViewChange ( StartDate As Date, EndDate As Date )
The current view has changed. StartDate and EndDate represent the date range that is currently displayed. Use me.ViewType to retrieve the current view (Picker, Year, Month, Week, Day ...)