Difference between revisions of "CalendarView.ViewChange"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
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 ...)

Revision as of 21:25, 6 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 ...)