ClassPrintAppointmentEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class PrintAppointmentEventArgs : EventArgs
Inheritance: objectEventArgsPrintAppointmentEventArgs
Derived Classes:
Inherited Members
Constructors
PrintAppointmentEventArgs(AppointmentPrintElement)
Declaration
cs-api-definition
public PrintAppointmentEventArgs(AppointmentPrintElement appointmentElement)
Parameters
appointmentElement
Properties
AppointmentElement
Declaration
cs-api-definition
public AppointmentPrintElement AppointmentElement { get; }
Property Value