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

MarginChangedEventArgs(MarginSide) Constructor

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public MarginChangedEventArgs(
    MarginSide side
)

Parameters

Name Type Description
side MarginSide

A MarginSide object that specifies the changed page margin.

See Also