Difference between revisions of "CalendarView.ViewChange"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (72 revisions imported)
 
(40 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| platform=all
 
| platform=all
 
| newinversion=
 
| newinversion=
| version=1.1.0
+
| version=1.4.1
 
}}
 
}}
  
Line 14: Line 14:
 
The current view has changed.
 
The current view has changed.
 
StartDate and EndDate represent the date range that is currently displayed.
 
StartDate and EndDate represent the date range that is currently displayed.
Use me.[[CalendarView.ViewType|ViewType]] to retrieve the current view (Picker, Year, Month, Week, Day ...)
+
Use me.ViewType to retrieve the current view (Picker, Year, Month, Week, Day ...)

Latest revision as of 14: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 ...)