GetPreviewPageEventArgs Class

Definition

Provides event data for the GetPreviewPage event.

public ref class GetPreviewPageEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GetPreviewPageEventArgs final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GetPreviewPageEventArgs
Public NotInheritable Class GetPreviewPageEventArgs
Inheritance
Object Platform::Object IInspectable GetPreviewPageEventArgs
Attributes

Constructors

GetPreviewPageEventArgs()

Initializes a new instance of the GetPreviewPageEventArgs class.

Properties

PageNumber

Gets the page number of the potentially repaginated page involved in the preview.

Applies to

See also