GetPageRootCompletedEventArgs.Result Property

Definition

Gets the FixedPage content asynchronously requested by GetPageRootAsync(Boolean).

public:
 property System::Windows::Documents::FixedPage ^ Result { System::Windows::Documents::FixedPage ^ get(); };
public System.Windows.Documents.FixedPage Result { get; }
member this.Result : System.Windows.Documents.FixedPage
Public ReadOnly Property Result As FixedPage

Property Value

The root element of the visual tree for the PageContent requested by GetPageRootAsync(Boolean).

Applies to

See also