Class RecurrenceEditDialogShowingEventArgs
Inheritance
System.Object
System.EventArgs
RecurrenceEditDialogShowingEventArgs
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 RecurrenceEditDialogShowingEventArgs : EventArgs
Constructors
RecurrenceEditDialogShowingEventArgs(IEvent, IEditRecurrenceDialog)
Declaration
public RecurrenceEditDialogShowingEventArgs(IEvent appointment, IEditRecurrenceDialog dialog)
Parameters
IEvent
appointment
|
IEditRecurrenceDialog
dialog
|
Properties
Appointment
Gets the appointment.
Declaration
public IEvent Appointment { get; }
Property Value
IEvent
The appointment. |
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
RecurrenceEditDialog
Gets or sets the recurrence edit dialog.
Declaration
public IEditRecurrenceDialog RecurrenceEditDialog { get; set; }
Property Value
IEditRecurrenceDialog
The recurrence edit dialog. |