ClassRecurrenceDeleteDialogShowingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class RecurrenceDeleteDialogShowingEventArgs : EventArgs
Inheritance: objectEventArgsRecurrenceDeleteDialogShowingEventArgs
Inherited Members
Constructors
RecurrenceDeleteDialogShowingEventArgs(IEvent, IDeleteRecurringAppointmentDialog)
Declaration
cs-api-definition
public RecurrenceDeleteDialogShowingEventArgs(IEvent appointment, IDeleteRecurringAppointmentDialog dialog)
Parameters
appointment
dialog
IDeleteRecurringAppointmentDialog
Properties
DeleteDialog
Declaration
cs-api-definition
public IDeleteRecurringAppointmentDialog DeleteDialog { get; set; }
Property Value
IDeleteRecurringAppointmentDialog