AppointmentOperationEventArgs(Appointment) Constructor
Initializes a new instance of the AppointmentOperationEventArgs class with the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
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. |
See Also