[]
        
(Showing Draft Content)

C1.Win.C1Schedule.ExchangeEventArgs.Data

Data Property

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;
  • Appointment;
  • IList<T>.
Declaration
public object Data { get; set; }