Class AppointmentCreatedEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AppointmentCreatedEventArgs : RadRoutedEventArgs
Constructors
AppointmentCreatedEventArgs(RoutedEvent, Object, IAppointment)
Declaration
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, object source, IAppointment createdAppointment)
Parameters
Routed
|
System.
|
IAppointment
createdAppointment
|
AppointmentCreatedEventArgs(RoutedEvent, IAppointment)
Declaration
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, IAppointment createdAppointment)
Parameters
Routed
|
IAppointment
createdAppointment
|