Back to Devexpress

XRControl Events

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-dot-underscore-events.md

latest4.4 KB
Original Source

XRControl Events

The base class for all visual controls used for creating reports.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report.
BeforePrintOccurs before an XRControl object creates its image in a report being generated.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawOccurs when an XRControl object is drawn or redrawn in a report’s Print Preview.
EvaluateBindingOccurs after a data-bound XRControl object obtains data from its data source.
HtmlItemCreatedOccurs when a new item used for a Web representation of the control is created.
LocationChangedOccurs when the value of the XRControl.LocationF property is changed.
ParentChangedOccurs when the XRControl instance’s parent is changed.
PreviewClickOccurs 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.
PreviewDoubleClickOccurs 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.
PreviewMouseDownOccurs 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.
PreviewMouseMoveOccurs when the mouse cursor moves over the control during the report’s preview.
PreviewMouseUpOccurs 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.
PrintOnPageOccurs when the representation of a control is printed on the current page of the report.
SizeChangedOccurs when the value of the XRControl.SizeF property is changed.
TextChangedOccurs when the value of the XRControl.Text property is changed.

See Also

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace