IProgressPage Interface
Defines the interaction between Windows Presentation Foundation (WPF) applications that are hosting interoperation content, and a host supplied progress page.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationName | Gets or sets the application's name. |
![]() | DeploymentPath | Gets or sets the Uri path to the application deployment manifest. |
![]() | PublisherName | Gets or sets the application's publisher. |
![]() | RefreshCallback | Gets or sets a reference to a DispatcherOperationCallback handler, that can handle the case of a user-initiated Refresh command. |
![]() | StopCallback | Gets or sets a reference to a DispatcherOperationCallback handler, that can handle the case of a user-initiated Stop command. |
| Name | Description | |
|---|---|---|
![]() | UpdateProgress(Int64, Int64) | Provides upload progress numeric information that can be used to update the progress indicators. |
Available since 3.0

