Difference between revisions of "CalendarView.ViewChange"
From Jeremie Leroy - XOJO Controls Wiki
m (72 revisions imported) |
|||
(42 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
| platform=all | | platform=all | ||
| newinversion= | | newinversion= | ||
− | | version=1. | + | | version=1.4.1 |
}} | }} | ||
Line 13: | Line 13: | ||
The current view has changed. | The current view has changed. | ||
− | + | StartDate and EndDate represent the date range that is currently displayed. | |
− | Use me. | + | Use me.ViewType to retrieve the current view (Picker, Year, Month, Week, Day ...) |
Latest revision as of 13:21, 6 August 2015
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 ...)