Class PrintSchedulerCellPaintEventArgs
Inheritance
System.Object
System.EventArgs
PrintSchedulerCellPaintEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class PrintSchedulerCellPaintEventArgs : PrintSchedulerCellEventArgs
Constructors
PrintSchedulerCellPaintEventArgs(SchedulerPrintCellElement, Graphics, Rectangle)
Declaration
public PrintSchedulerCellPaintEventArgs(SchedulerPrintCellElement cell, Graphics graphics, Rectangle bounds)
Parameters
SchedulerPrintCellElement
cell
|
System.Drawing.Graphics
graphics
|
System.Drawing.Rectangle
bounds
|
Properties
Bounds
Declaration
public Rectangle Bounds { get; set; }
Property Value
System.Drawing.Rectangle
|
Graphics
Declaration
public Graphics Graphics { get; }
Property Value
System.Drawing.Graphics
|