Class
PrintSchedulerCellPaintEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class PrintSchedulerCellPaintEventArgs : PrintSchedulerCellEventArgs

Inheritance: objectEventArgsPrintSchedulerCellEventArgsPrintSchedulerCellPaintEventArgs

Inherited Members PrintSchedulerCellEventArgs.CellElementEventArgs.Empty

Constructors

PrintSchedulerCellPaintEventArgs(SchedulerPrintCellElement, Graphics, Rectangle)

Declaration

cs-api-definition
public PrintSchedulerCellPaintEventArgs(SchedulerPrintCellElement cell, Graphics graphics, Rectangle bounds)

Parameters

cell

SchedulerPrintCellElement

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