Edit

Share via


PrintHelper.OnPreviewPagesCreated Event

Definition

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

Action<List<Windows.UI.Xaml.FrameworkElement>>

Remarks

You can use this event to tweak the final rendering by adding/moving controls in the page.

Applies to