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 AppointmentRenderEventArgs

Inheritance: objectAppointmentRenderEventArgs

Constructors

Initializes a new instance of the AppointmentRenderEventArgs class.

C#
public AppointmentRenderEventArgs(IGraphics graphics, Rectangle bounds, AppointmentElement appointment)
Parameters:graphicsIGraphics

The graphics.

boundsRectangle

The bounds.

appointmentAppointmentElement

The appointment.

Properties

Gets the appointment.

C#
public IEvent Appointment { get; }
Property Value:

The appointment.

Gets the bounds.

C#
public Rectangle Bounds { get; }
Property Value:

The bounds.

Gets the graphics.

C#
public IGraphics Graphics { get; }
Property Value:

The graphics.

Gets or sets a value indicating whether this AppointmentRenderEventArgs is handled.

C#
public bool Handled { get; set; }
Property Value:

true if handled; otherwise, false.

Gets the render element.

C#
public AppointmentElement RenderElement { get; }
Property Value:

The render element.