Skip to main content

MarginChangedEventArgs(MarginSide) Constructor

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public MarginChangedEventArgs(
    MarginSide side
)

Parameters

Name Type Description
side MarginSide

A MarginSide object that specifies the changed page margin.

See Also