Skip to main content
A newer version of this page is available. .

HorizontalWeek Events

A time cell control for the multi-week (monthly) report.
Name Description
AfterPrint Occurs after an XRControl object is displayed in the report. Inherited from XRControl.
AppointmentViewInfoCustomizing Enables you to customize the appointment’s appearance by modifying the style elements when it is printed. Inherited from TimeCellsControlBase.
BeforePrint Occurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
CustomDrawAppointment Enables appointments to be painted in a custom manner. Inherited from TimeCellsControlBase.
CustomDrawAppointmentBackground Enables the backgrounds of appointments to be painted in a custom manner. Inherited from TimeCellsControlBase.
CustomDrawTimeCell Enables time cells to be painted in a custom manner. Inherited from TimeCellsControlBase.
CustomDrawTimeRegion Inherited from TimeCellsControlBase.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
Draw Occurs when an XRControl object is drawn or redrawn in a report’s Print Preview. Inherited from XRControl.
EvaluateBinding Occurs after a data-bound XRControl object obtains data from its data source. Inherited from XRControl.
HtmlItemCreated Occurs when a new item used for a Web representation of the control is created. Inherited from XRControl.
InitAppointmentDisplayText Enables you to modify the text in the appointment. Inherited from TimeCellsControlBase.
InitAppointmentImages Enables you to print custom images within the appointment. Inherited from TimeCellsControlBase.
LocationChanged Occurs when the value of the XRControl.Location property is changed. Inherited from XRControl.
ParentChanged Occurs when the XRControl instance’s parent is changed. Inherited from XRControl.
PreviewClick Occurs when the mouse button is clicked while the cursor is hovering over one of the bricks created by the XRControl for its representation in the report preview. Inherited from XRControl.
PreviewDoubleClick Occurs when the left mouse button is double-clicked while the cursor is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PreviewMouseDown Occurs when an end-user presses the mouse button while the mouse pointer is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PreviewMouseMove Occurs when the mouse cursor moves over the control during the report’s preview. Inherited from XRControl.
PreviewMouseUp Occurs when an end-user releases the left mouse button while the mouse pointer is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PrintOnPage Occurs when the representation of a control is printed on the current page of the report. Inherited from XRControl.
SizeChanged Occurs when the value of the XRControl.Size property is changed. Inherited from XRControl.
TextChanged Occurs when the value of the XRControl.Text property is changed. Inherited from XRControl.
See Also