Class PrintAppointmentPaintEventArgs
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 PrintAppointmentPaintEventArgs : PrintAppointmentEventArgs
Constructors
PrintAppointmentPaintEventArgs(AppointmentPrintElement, Graphics, Rectangle)
Declaration
public PrintAppointmentPaintEventArgs(AppointmentPrintElement appointment, Graphics graphics, Rectangle bounds)
Parameters
AppointmentPrintElement
appointment
|
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
|