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

MarginChangedEventArgs Class

Provides data for the MarginChanged event.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public class MarginChangedEventArgs :
    EventArgs

Remarks

MarginChangedEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object
EventArgs
MarginChangedEventArgs
See Also