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


In This Topic
    ExchangeEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ExchangeEventArgs.

    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets 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.
     
    Public PropertyGets the C1.C1Schedule.FileFormatEnum value, selected by the end-user.  
    Top
    See Also