[]
        
(Showing Draft Content)

C1.Win.C1Schedule.C1Schedule.BeforeExport

BeforeExport Event

Occurs before export operation performed by the Export(object, string) method.

Namespace: C1.Win.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public event EventHandler<ExchangeEventArgs> BeforeExport
Returns
Type Description
EventHandler<ExchangeEventArgs> Occurs before export operation performed by the method.
Remarks

Note, this event is not fired if you export data from your code using SaveAs(string, FileFormatEnum) or C1ScheduleStorage.Export methods.