PreviewMouseEventArgs(VisualBrick, ChangeEventArgs) Constructor
Initializes a new instance of the PreviewMouseEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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