Class
PrintAppointmentPaintEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class PrintAppointmentPaintEventArgs : PrintAppointmentEventArgs

Inheritance: objectEventArgsPrintAppointmentEventArgsPrintAppointmentPaintEventArgs

Inherited Members PrintAppointmentEventArgs.AppointmentElementEventArgs.Empty

Constructors

PrintAppointmentPaintEventArgs(AppointmentPrintElement, Graphics, Rectangle)

Declaration

cs-api-definition
public PrintAppointmentPaintEventArgs(AppointmentPrintElement appointment, Graphics graphics, Rectangle bounds)

Parameters

appointment

AppointmentPrintElement

graphics

Graphics

bounds

Rectangle

Properties

Bounds

Declaration

cs-api-definition
public Rectangle Bounds { get; set; }

Property Value

Rectangle

Graphics

Declaration

cs-api-definition
public Graphics Graphics { get; }

Property Value

Graphics