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

LinkBase.AfterCreateAreas Event

Occurs after all sections of the document have been generated.

Namespace: DevExpress.XtraPrinting

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

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