Skip to main content

DeleteRecurrentAppointmentFormEventArgs(AppointmentBaseCollection) Constructor

Initializes a new instance of the DeleteRecurrentAppointmentFormEventArgs class with the specified appointments.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public DeleteRecurrentAppointmentFormEventArgs(
    AppointmentBaseCollection appointments
)
Public Sub New(
    appointments As AppointmentBaseCollection
)

Parameters

Name Type Description
appointments AppointmentBaseCollection

A DevExpress.XtraScheduler.AppointmentBaseCollection object which is a collection of the event's appointments. This value is assigned to the DeleteRecurrentAppointmentFormEventArgs.Appointments property.

Remarks

Instances of the DeleteRecurrentAppointmentFormEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also