Class
AppointmentDeletingEventArgs

Contains state information about the appointment that is going to be deleted.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentDeletingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentDeletingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

AppointmentDeletingEventArgs(RoutedEvent, IAppointment)

Initializes a new instance of the AppointmentDeletingEventArgs class.

Declaration

cs-api-definition
public AppointmentDeletingEventArgs(RoutedEvent routedEvent, IAppointment appointment)

Parameters

routedEvent

RoutedEvent

The routed event.

appointment

IAppointment

The appointment that will be deleted.

AppointmentDeletingEventArgs(RoutedEvent, object, IAppointment)

Initializes a new instance of the AppointmentDeletingEventArgs class.

Declaration

cs-api-definition
public AppointmentDeletingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)

Parameters

routedEvent

RoutedEvent

The routed event.

source

object

The source.

appointment

IAppointment

The appointment that will be deleted.

Properties

Appointment

Gets the appointment that is going to be deleted.

Declaration

cs-api-definition
public IAppointment Appointment { get; }

Property Value

IAppointment

The appointment that will be deleted.