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)
The graphics.
boundsRectangleThe bounds.
appointmentAppointmentElementThe appointment.
Properties
Gets the appointment.
C#
public IEvent Appointment { get; }
The appointment.
Gets the graphics.
C#
public IGraphics Graphics { get; }
The graphics.
Gets or sets a value indicating whether this AppointmentRenderEventArgs is handled.
C#
public bool Handled { get; set; }
true if handled; otherwise, false.
Gets the render element.
C#
public AppointmentElement RenderElement { get; }
The render element.