PreviewMouseEventArgs Class
Provides data for the XRControl.PreviewClick, XRControl.PreviewDoubleClick, XRControl.PreviewMouseMove, XRControl.PreviewMouseDown and XRControl.PreviewMouseUp events.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Remarks
The PreviewMouseEventArgs class introduces the PreviewMouseEventArgs.Brick property, which provides access to to the VisualBrick, containing information about this control on a report page. Note that if this control is rendered several times in the document (e.g. if the control is bound to data), this property returns a brick which corresponds to a particular rendering for this control.
See Also