xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpagebreak-29fab230.md
This event is not available for the XRPageBreak class.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[Browsable(false)]
public override event PreviewMouseEventHandler PreviewMouseUp
<Browsable(False)>
Public Overrides Event PreviewMouseUp As PreviewMouseEventHandler
The PreviewMouseUp event's data class is PreviewMouseEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Brick | Gets a visual brick that represents this control’s contents on a report page. |
| MouseButton | Provides access to the value that specifies which mouse button has been clicked. |
| PreviewControl | Gets the control which shows the print preview of the report for this event. |
The event data class exposes the following methods:
| Method | Description |
|---|---|
| GetBrickScreenBounds() | Obtains the location and size of the PreviewMouseEventArgs.Brick on the screen. |
This event is intended to hide the corresponding event of the XRControl class.
See Also