xtrareports-devexpress-dot-xtrareports-dot-ui-7a0f2e45.md
Provides data for the XRControl.PreviewClick, XRControl.PreviewDoubleClick, XRControl.PreviewMouseMove, XRControl.PreviewMouseDown and XRControl.PreviewMouseUp events.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public class PreviewMouseEventArgs :
EventArgs
Public Class PreviewMouseEventArgs
Inherits EventArgs
PreviewMouseEventArgs is the data class for the following events:
Show 40 events
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.
Object EventArgs PreviewMouseEventArgs
See Also