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