Class RecurrenceDeleteDialogShowingEventArgs
Inheritance
System.Object
System.EventArgs
RecurrenceDeleteDialogShowingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class RecurrenceDeleteDialogShowingEventArgs : EventArgs
Constructors
RecurrenceDeleteDialogShowingEventArgs(IEvent, IDeleteRecurringAppointmentDialog)
Declaration
public RecurrenceDeleteDialogShowingEventArgs(IEvent appointment, IDeleteRecurringAppointmentDialog dialog)
Parameters
IEvent
appointment
|
IDeleteRecurringAppointmentDialog
dialog
|
Properties
Appointment
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
DeleteDialog
Declaration
public IDeleteRecurringAppointmentDialog DeleteDialog { get; set; }
Property Value
IDeleteRecurringAppointmentDialog
|