Class
AppointmentChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentChangedEventArgs : EventArgs

Inheritance: objectEventArgsAppointmentChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

AppointmentChangedEventArgs(IEvent, string)

Declaration

cs-api-definition
public AppointmentChangedEventArgs(IEvent appointment, string propertyName)

Parameters

appointment

IEvent

propertyName

string

Properties

Appointment

The added appointment.

Declaration

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

Property Value

IEvent

PropertyName

Gets the property of the appointment that was changed.

Declaration

cs-api-definition
public string PropertyName { get; }

Property Value

string