Class
AppointmentRenderEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentRenderEventArgs

Inheritance: objectAppointmentRenderEventArgs

Constructors

AppointmentRenderEventArgs(IGraphics, Rectangle, AppointmentElement)

Initializes a new instance of the AppointmentRenderEventArgs class.

Declaration

cs-api-definition
public AppointmentRenderEventArgs(IGraphics graphics, Rectangle bounds, AppointmentElement appointment)

Parameters

graphics

IGraphics

The graphics.

bounds

Rectangle

The bounds.

appointment

AppointmentElement

The appointment.

Properties

Appointment

Gets the appointment.

Declaration

cs-api-definition
public IEvent Appointment { get; }

Property Value

IEvent

The appointment.

Bounds

Gets the bounds.

Declaration

cs-api-definition
public Rectangle Bounds { get; }

Property Value

Rectangle

The bounds.

Graphics

Gets the graphics.

Declaration

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

Property Value

IGraphics

The graphics.

Handled

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

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

true if handled; otherwise, false.

RenderElement

Gets the render element.

Declaration

cs-api-definition
public AppointmentElement RenderElement { get; }

Property Value

AppointmentElement

The render element.