PrintHelper.OnPreviewPagesCreated Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs after print preview pages are generated.
public event Action<System.Collections.Generic.List<Windows.UI.Xaml.FrameworkElement>> OnPreviewPagesCreated;
member this.OnPreviewPagesCreated : Action<System.Collections.Generic.List<Windows.UI.Xaml.FrameworkElement>>
Public Event OnPreviewPagesCreated As Action(Of List(Of FrameworkElement))
Event Type
Remarks
You can use this event to tweak the final rendering by adding/moving controls in the page.