Skip to main content

RecurrenceFormEventArgs(AppointmentFormViewModel, Boolean) Constructor

Initializes a new instance of the RecurrenceFormEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

public RecurrenceFormEventArgs(
    AppointmentFormViewModel parentViewModel,
    bool readOnly
)
Public Sub New(
    parentViewModel As AppointmentFormViewModel,
    readOnly As Boolean
)

Parameters

Name Type Description
parentViewModel DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel

A DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel object that specifies a View Model for the Edit Appointment form from which the Appointment Recurrence dialog is invoked. This value is assigned to the RecurrenceFormEventArgs.AppointmentFormViewModel property.

readOnly Boolean

A Boolean value which indicates whether the event's appointment is read-only.

See Also