A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.AfterMarginsChange Event
Occurs when page margins change.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public event MarginsChangeEventHandler AfterMarginsChange
Public Event AfterMarginsChange As MarginsChangeEventHandler
Event Data
The AfterMarginsChange event's data class is MarginsChangeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Side | Gets changed page margins. |
Value | Gets or sets the changed margin size in hundredths of an inch. |
Remarks
When this event occurs, MarginsChangeEventArgs.Value contains the changed margin value.
See Also
Feedback