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

Declaration

public MarginChangedEventArgs(
    MarginSide side
)

Parameters

Name Type Description
side MarginSide

A MarginSide object that specifies the changed page margin.

See Also