ExchangeEventArgs Class Members
In This Topic
The following tables list the members exposed by ExchangeEventArgs.
Public Properties
| Name | Description |
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| Data | 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.Schedule.Appointment;
- System.Collections.Generic.IList`1.
|
| Format | Gets the C1.Schedule.FileFormatEnum value, selected by the end-user. |
Top
See Also