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