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