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