| Visual Basic (Declaration) | |
|---|---|
Public Event Progress As EventHandler(Of ProgressEventArgs) | |
| C# | |
|---|---|
public event EventHandler<ProgressEventArgs> Progress | |
The event handler receives an argument of type ProgressEventArgs containing data related to this event. The following ProgressEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Progress | Gets or sets the progress. |
Target Platforms:Windows Phone 7