CalendarView.CalendarEventFilter

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 12:28, 11 June 2013 by RB WikiCreator (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.