New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class RecurrenceEditDialogShowingEventArgs : EventArgs

Inheritance: objectEventArgsRecurrenceEditDialogShowingEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public RecurrenceEditDialogShowingEventArgs(IEvent appointment, IEditRecurrenceDialog dialog)
Parameters:appointmentIEventdialogIEditRecurrenceDialog

Properties

Gets the appointment.

C#
public IEvent Appointment { get; }
Property Value:

The appointment.

C#
public bool Cancel { get; set; }

RecurrenceEditDialog

IEditRecurrenceDialog

Gets or sets the recurrence edit dialog.

C#
public IEditRecurrenceDialog RecurrenceEditDialog { get; set; }
Property Value:

The recurrence edit dialog.