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