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