C# 클래스 Nexus.Client.ActivateModsMonitoring.UI.ActivateModsListViewItem

A list view item that displays the status of a BasicInstallTask
상속: System.Windows.Forms.ListViewItem
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
ActivateModsListViewItem ( IBackgroundTaskSet p_btsTask, Nexus.Client.ActivateModsMonitoring.UI.ActivateModsMonitorControl p_amcControl ) : 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.

TaskSet_TaskSetCompleted ( object sender, TaskSetCompletedEventArgs e ) : void
TaskSet_TaskSetStarted ( object sender, EventArgs e ) : void
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.

메소드 상세

ActivateModsListViewItem() 공개 메소드

A simple constructor that initializes the object with the given values.
public ActivateModsListViewItem ( IBackgroundTaskSet p_btsTask, Nexus.Client.ActivateModsMonitoring.UI.ActivateModsMonitorControl p_amcControl ) : System
p_btsTask IBackgroundTaskSet The task whose status is to be displayed by this list /// view item.
p_amcControl Nexus.Client.ActivateModsMonitoring.UI.ActivateModsMonitorControl
리턴 System