Class AppointmentEditingEventArgs
Inheritance
System.Object
AppointmentEditingEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AppointmentEditingEventArgs : CancelRoutedEventArgs
Constructors
Declaration
public AppointmentEditingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment, Occurrence occurrence)
Parameters
Declaration
public AppointmentEditingEventArgs(RoutedEvent routedEvent, IAppointment appointment, Occurrence occurrence, bool isDeleted = false)
Parameters
Properties
Declaration
public IAppointment Appointment { get; }
Property Value
Declaration
public bool IsDeleted { get; }
Property Value
Declaration
public Occurrence Occurrence { get; }
Property Value
Extension Methods