ClassAppointmentRenderEventArgs
Class
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
The graphics.
bounds
The bounds.
appointment
The appointment.
Properties
Appointment
Gets the appointment.
Declaration
cs-api-definition
public IEvent Appointment { get; }
Property Value
The appointment.
Bounds
Gets the bounds.
Graphics
Gets the graphics.
Declaration
cs-api-definition
public IGraphics Graphics { get; }
Property Value
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
true if handled; otherwise, false.
RenderElement
Gets the render element.
Declaration
cs-api-definition
public AppointmentElement RenderElement { get; }
Property Value
The render element.