C# Класс Nexus.Client.ActivityMonitoring.UI.ActivityListViewItem

A list view item that displays the status of a IBackgroundTask
Наследование: System.Windows.Forms.ListViewItem
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ActivityListViewItem ( IBackgroundTask p_tskTask ) : System

A simple constructor that initializes the object with the given values.

Приватные методы

Метод Описание
HandleChangedTaskProperty ( IBackgroundTask p_tskTask, string p_strPropertyName ) : void

Updates the list view item to display the changed property.

Task_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles the INotifyPropertyChanged.PropertyChanged event of the task.

This updates the progress message and other text in the list view item.

Описание методов

ActivityListViewItem() публичный Метод

A simple constructor that initializes the object with the given values.
public ActivityListViewItem ( IBackgroundTask p_tskTask ) : System
p_tskTask IBackgroundTask The task whose status is to be displayed by this list /// view item.
Результат System