Back to Devexpress

PreviewMouseEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-7a0f2e45.md

latest6.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class PreviewMouseEventArgs :
    EventArgs
vb
Public Class PreviewMouseEventArgs
    Inherits EventArgs

PreviewMouseEventArgs is the data class for the following events:

Show 40 events

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.

Inheritance

Object EventArgs PreviewMouseEventArgs

See Also

PreviewMouseEventArgs Members

PreviewMouseEventHandler

DevExpress.XtraReports.UI Namespace