Skip to main content

IPrintableControl.PagePrintedCallback(IEnumerator, Dictionary<IVisualBrick, IOnPageUpdater>) Method

For internal use.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

void PagePrintedCallback(
    IEnumerator pageBrickEnumerator,
    Dictionary<IVisualBrick, IOnPageUpdater> brickUpdaters
)

Parameters

Name Type
pageBrickEnumerator IEnumerator
brickUpdaters Dictionary<DevExpress.XtraPrinting.IVisualBrick, DevExpress.Xpf.Printing.Native.IOnPageUpdater>
See Also