AppointmentSynchronizingEventArgs(Appointment) Constructor
Initializes a new instance of the AppointmentSynchronizingEventArgs class with the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object that is the appointment for which the event was raised. This value is assigned to the AppointmentEventArgs.Appointment property. |
See Also