[]
        
(Showing Draft Content)

C1.Win.Schedule.ExchangeEventArgs

ExchangeEventArgs Class

Provides data for the BeforeExport event of the C1Schedule control.

Inheritance
ExchangeEventArgs
Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.8.dll
Syntax
public class ExchangeEventArgs : CancelEventArgs

Properties

Name Description
Data

Gets or sets the data which are about to be exported. This property should contain one of the next:

  • null to export all content of the C1Schedule.DataStorage.AppointmentStorage.Appointments collection;
  • C1.Schedule.Appointment;
  • IList<T>.
Format

Gets the C1.Schedule.FileFormatEnum value, selected by the end-user.