TcxSchedulerHolidays.OnImportHoliday Event
Fires when a holiday is about to be written from the stream into the TcxSchedulerHolidays component.
Declaration
property OnImportHoliday: TcxSchedulerHolidaysImportExportHolidayEvent read; write;
Remarks
Implement the OnImportHoliday event handler to manage holiday import.
ASender references the TcxSchedulerHolidays instance.
AHoliday specifies the holiday date to be added to the component (the supported format is similar to the format specified for Microsoft Outlook.HOL).
Accept specifies whether the holiday date can be added to the component. Set Accept to True, to allow the current import operation.
See Also