ExchangeAppointmentEventArgs(Appointment) Constructor
Initializes a new instance of the ExchangeAppointmentEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment value that is the appointment for which an event is raised. This value is assigned to the AppointmentEventArgs.Appointment property. |
Remarks
Instances of the ExchangeAppointmentEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also