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

Band.PreviewClick Event

Hides the inappropriate XRControl.PreviewClick event of the parent XRControl class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
public override event PreviewMouseEventHandler PreviewClick

Event Data

The PreviewClick 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.

Remarks

This event is hidden, because it is not appropriate for Band.

See Also