RecurrenceFormEventArgs Constructors
Provides data for the SchedulerControl.RecurrenceFormShowing event.Name | Parameters | Description |
---|---|---|
RecurrenceFormEventArgs(AppointmentFormViewModel, Boolean) | parentViewModel, readOnly | Initializes a new instance of the RecurrenceFormEventArgs class with the specified settings. |
RecurrenceFormEventArgs(UserControl, Boolean) | parentForm, readOnly | Initializes a new instance of the RecurrenceFormEventArgs class with the specified settings. |
See Also