Class
RecurrenceDeleteDialogShowingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class RecurrenceDeleteDialogShowingEventArgs : EventArgs

Inheritance: objectEventArgsRecurrenceDeleteDialogShowingEventArgs

Inherited Members EventArgs.Empty

Constructors

RecurrenceDeleteDialogShowingEventArgs(IEvent, IDeleteRecurringAppointmentDialog)

Declaration

cs-api-definition
public RecurrenceDeleteDialogShowingEventArgs(IEvent appointment, IDeleteRecurringAppointmentDialog dialog)

Parameters

appointment

IEvent

dialog

IDeleteRecurringAppointmentDialog

Properties

Appointment

Declaration

cs-api-definition
public IEvent Appointment { get; }

Property Value

IEvent

Cancel

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

DeleteDialog

Declaration

cs-api-definition
public IDeleteRecurringAppointmentDialog DeleteDialog { get; set; }

Property Value

IDeleteRecurringAppointmentDialog