Class
AppointmentDeletedEventArgs

Contains state information about the appointment that has been deleted.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentDeletedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsAppointmentDeletedEventArgs

Constructors

AppointmentDeletedEventArgs(RoutedEvent, IAppointment)

Initializes a new instance of the AppointmentDeletedEventArgs class.

Declaration

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

Parameters

routedEvent

RoutedEvent

The routed event.

appointment

IAppointment

The appointment that has been deleted.

AppointmentDeletedEventArgs(RoutedEvent, object, IAppointment)

Initializes a new instance of the AppointmentDeletedEventArgs class.

Declaration

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

Parameters

routedEvent

RoutedEvent

The routed event.

source

object

The source.

appointment

IAppointment

The appointment that has been deleted.

Properties

Appointment

Gets the appointment that has been deleted.

Declaration

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

Property Value

IAppointment

The appointment that has been deleted.