Difference between revisions of "CalendarView.CalendarEventFilter"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (1 revision)
(No difference)

Revision as of 12:28, 11 June 2013

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.