Skip to main content

LinkBase.AfterCreateAreas Event

Occurs after all sections of the document have been generated.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public event EventHandler AfterCreateAreas

Event Data

The AfterCreateAreas event's data class is EventArgs.

Remarks

Handle the AfterCreateAreas event to perform any specific actions after all of the document’s sections have been created. For more information on handling events, see Events and Delegates in MSDN.

See Also