New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class AppointmentEditDialogShowingEventArgs : EventArgs

Inheritance: objectEventArgsAppointmentEditDialogShowingEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public AppointmentEditDialogShowingEventArgs(IEvent appointment, IEditAppointmentDialog dialog)
Parameters:appointmentIEventdialogIEditAppointmentDialog

Properties

C#
public IEvent Appointment { get; }

AppointmentEditDialog

IEditAppointmentDialog

C#
public IEditAppointmentDialog AppointmentEditDialog { get; set; }
C#
public bool Cancel { get; set; }