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