CalendarView.CalendarEventFilter

From Jeremie Leroy - XOJO Controls Wiki
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.