Class
AppointmentEditDialogShowingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentEditDialogShowingEventArgs : EventArgs

Inheritance: objectEventArgsAppointmentEditDialogShowingEventArgs

Inherited Members EventArgs.Empty

Constructors

AppointmentEditDialogShowingEventArgs(IEvent, IEditAppointmentDialog)

Declaration

cs-api-definition
public AppointmentEditDialogShowingEventArgs(IEvent appointment, IEditAppointmentDialog dialog)

Parameters

appointment

IEvent

dialog

IEditAppointmentDialog

Properties

Appointment

Declaration

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

Property Value

IEvent

AppointmentEditDialog

Declaration

cs-api-definition
public IEditAppointmentDialog AppointmentEditDialog { get; set; }

Property Value

IEditAppointmentDialog

Cancel

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool