AppointmentEventArgs(Appointment) Constructor
In This Article
Initializes a new instance of the AppointmentEventArgs class with the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment value which is the event's appointment. This value is assigned to the Appointment |
See Also