Class
SchedulerCellPaintEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerCellPaintEventArgs : SchedulerCellEventArgs

Inheritance: objectEventArgsSchedulerCellEventArgsSchedulerCellPaintEventArgs

Inherited Members SchedulerCellEventArgs.CellElementEventArgs.Empty

Constructors

SchedulerCellPaintEventArgs(SchedulerCellElement, IGraphics)

Declaration

cs-api-definition
public SchedulerCellPaintEventArgs(SchedulerCellElement cell, IGraphics graphics)

Parameters

cell

SchedulerCellElement

graphics

IGraphics

Properties

Graphics

Declaration

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

Property Value

IGraphics