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