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