Class
SchedulerAppointmentCancelEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerAppointmentCancelEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSchedulerAppointmentCancelEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

SchedulerAppointmentCancelEventArgs(IEvent)

Declaration

cs-api-definition
public SchedulerAppointmentCancelEventArgs(IEvent appointment)

Parameters

appointment

IEvent

Properties

Appointment

Declaration

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

Property Value

IEvent