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

PreviewMouseEventArgs(VisualBrick, ChangeEventArgs) Constructor

Initializes a new instance of the PreviewMouseEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public PreviewMouseEventArgs(
    VisualBrick brick,
    ChangeEventArgs changeArgs
)

Parameters

Name Type Description
brick VisualBrick

A VisualBrick object, representing a control’s contents in a report document. This value is assigned to the PreviewMouseEventArgs.Brick property.

changeArgs ChangeEventArgs

A ChangeEventArgs object, specifying the changes to property values.

Remarks

Instances of the PreviewMouseEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also