Class AppointmentEditingEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AppointmentEditingEventArgs : CancelRoutedEventArgs
Constructors
AppointmentEditingEventArgs(RoutedEvent, Object, IAppointment, Occurrence)
Declaration
public AppointmentEditingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment, Occurrence occurrence)
Parameters
Routed
|
System.
|
IAppointment
appointment
|
Occurrence
occurrence
|
AppointmentEditingEventArgs(RoutedEvent, IAppointment, Occurrence, Boolean)
Declaration
public AppointmentEditingEventArgs(RoutedEvent routedEvent, IAppointment appointment, Occurrence occurrence, bool isDeleted = false)
Parameters
Routed
|
IAppointment
appointment
|
Occurrence
occurrence
|
System.
|
Properties
Appointment
IsDeleted
Declaration
public bool IsDeleted { get; }
Property Value
System.
|