C# Class Nexus.Client.ModAuthoring.UI.Controls.ModFilesTreeView

The file structure of a mod.
Inheritance: System.Windows.Forms.UserControl, INotifyPropertyChanged
Exibir arquivo Open project: NexusMods/NexusModManager-4.5

Private Properties

Property Type Description
InitializeComponent void
ftvSource_NodesChanged void
tsbAddFolder_Click void
tsbDelete_Click void
tspAddFiles_Click void
tspAddFilteredFiles_Click void

Public Methods

Method Description
ModFilesTreeView ( ) : System

The default constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ftvSource_NodesChanged ( object sender, NodesChangedEventArgs e ) : void

Handles the FileSystemTreeViewBase.NodeAdded and FileSystemTreeViewBase.NodeRemoved events of the sources tree view.

This raised the PropertyChanged event on the Sources property.

tsbAddFolder_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the add folder button.

tsbDelete_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the delete button.

tspAddFiles_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the add files button.

tspAddFilteredFiles_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the add filtered files button.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ModFilesTreeView() public method

The default constructor.
public ModFilesTreeView ( ) : System
return System