Back to Devexpress

Band Events

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

latest4.4 KB
Original Source

Band Events

The base for classes that provide functionality to report bands.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawOverrides the XRControl.Draw event.
EvaluateBindingOverrides the XRControl.EvaluateBinding event to hide it.
HeightChangedOccurs when the band height is changed.
HtmlItemCreatedOverrides the XRControl.HtmlItemCreated event.
LocationChangedOverrides the XRControl.LocationChanged event.
ParentChangedOverrides the XRControl.ParentChanged event.
PreviewClickHides the inappropriate XRControl.PreviewClick event of the parent XRControl class.
PreviewDoubleClickHides the inappropriate XRControl.PreviewDoubleClick event of the parent XRControl class.
PreviewMouseDownHides the inappropriate XRControl.PreviewMouseDown event of the parent XRControl class.
PreviewMouseMoveHides the inappropriate XRControl.PreviewMouseMove event of the parent XRControl class.
PreviewMouseUpHides the inappropriate XRControl.PreviewMouseUp event of the parent XRControl class.
PrintOnPageOverrides the XRControl.PrintOnPage event to hide it.
SizeChangedOverrides the XRControl.SizeChanged event.
TextChangedOverrides the XRControl.TextChanged event.

See Also

Band Class

Band Members

DevExpress.XtraReports.UI Namespace