GetPageRootCompletedEventArgs Class
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.
Provides data for the GetPageRootCompleted event.
public ref class GetPageRootCompletedEventArgs sealed : System::ComponentModel::AsyncCompletedEventArgs
public sealed class GetPageRootCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
type GetPageRootCompletedEventArgs = class
inherit AsyncCompletedEventArgs
Public NotInheritable Class GetPageRootCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
Properties
| Name | Description |
|---|---|
| Result |
Gets the FixedPage content asynchronously requested by GetPageRootAsync(Boolean). |