LinkBase.AfterCreateAreas Event
Occurs after all sections of the document have been generated.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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