Difference between revisions of "CalendarView.ViewChange"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
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.
+
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.[[CalendarView.ViewType|ViewType]] to retrieve the current view (Picker, Year, Month, Week, Day ...)

Revision as of 22:51, 3 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 ...)