Method | Description | |
---|---|---|
DownloadListViewItem ( |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
HandleChangedTaskProperty ( |
Updates the list view item to display the changed property.
|
|
Task_PropertyChanged ( object sender, |
Handles the INotifyPropertyChanged.PropertyChanged event of the task. This updates the progress message and other text in the list view item. |
public DownloadListViewItem ( |
||
p_tskTask | The task whose status is to be displayed by this list /// view item. | |
return | System |