XRPageBreak Events
A Page Break control that defines a page delimiter in a report.| Name | Description |
|---|---|
| AfterPrint | Occurs after an XRControl object is displayed in the report. Inherited from XRControl. |
| BeforePrint | Occurs before an XRControl object creates its image in a report being generated. Inherited from XRControl. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| Draw | This event is not available for the XRPageBreak class. |
| EvaluateBinding | This event is not available for the XRPageBreak class. |
| HtmlItemCreated | This event is not available for the XRPageBreak class. |
| LocationChanged | Occurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl. |
| ParentChanged | Occurs when the XRControl instance’s parent is changed. Inherited from XRControl. |
| PreviewClick | This event is not available for the XRPageBreak class. |
| PreviewDoubleClick | This event is not available for the XRPageBreak class. |
| PreviewMouseDown | This event is not available for the XRPageBreak class. |
| PreviewMouseMove | This event is not available for the XRPageBreak class. |
| PreviewMouseUp | This event is not available for the XRPageBreak class. |
| PrintOnPage | This event is not available for the XRPageBreak class. |
| SizeChanged | This event is not available for the XRPageBreak class. |
| TextChanged | This event is not available for the XRPageBreak class. |
See Also