New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class PrintAppointmentPaintEventArgs : PrintAppointmentEventArgs

Inheritance: objectEventArgsPrintAppointmentEventArgsPrintAppointmentPaintEventArgs

Inherited Members PrintAppointmentEventArgs.AppointmentElementEventArgs.Empty

Constructors

C#
public PrintAppointmentPaintEventArgs(AppointmentPrintElement appointment, Graphics graphics, Rectangle bounds)
Parameters:appointmentAppointmentPrintElementgraphicsGraphicsboundsRectangle

Properties

C#
public Rectangle Bounds { get; set; }
C#
public Graphics Graphics { get; }