Difference between revisions of "CalendarView.CalendarEventFilter"
From Jeremie Leroy - XOJO Controls Wiki
m (2 revisions imported) |
|
(No difference)
|
Latest revision as of 13:20, 6 August 2015
Event
CalendarView.CalendarEventFilter ( cEvent As CalendarEvent ) As Boolean
Fires if FilterEvents is True.
Return True from this Event if the passed CalendarEvent must be displayed.
Filtering events can be done on the Name, the Tag, the Color and any other relevant Property of the CalendarEvent class.