Skip to main content
A newer version of this page is available. .

AppointmentOperationEventArgs(Appointment) Constructor

Initializes a new instance of the AppointmentOperationEventArgs class with the specified appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public AppointmentOperationEventArgs(
    Appointment apt
)

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