Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / ExchangeEventArgs Class / Data Property

In This Topic
    Data Property (ExchangeEventArgs)
    In This Topic
    Gets or sets the data which are about to be exported. This property should contain one of the next:
    • to export all content of the C1Schedule.DataStorage.AppointmentStorage.Appointments collection;
    • C1.C1Schedule.Appointment;
    • System.Collections.Generic.IList`1.
    Syntax
    'Declaration
     
    Public Property Data As System.Object
    public System.object Data {get; set;}
    See Also