프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitializeComponent | void | ||
ftvSource_NodesChanged | void | ||
tsbAddFolder_Click | void | ||
tsbDelete_Click | void | ||
tspAddFiles_Click | void | ||
tspAddFilteredFiles_Click | void |
메소드 | 설명 | |
---|---|---|
ModFilesTreeView ( ) : System |
The default constructor.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ftvSource_NodesChanged ( object sender, |
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, |
Handles the Control.Click event of the add folder button.
|
|
tsbDelete_Click ( object sender, |
Handles the Control.Click event of the delete button.
|
|
tspAddFiles_Click ( object sender, |
Handles the Control.Click event of the add files button.
|
|
tspAddFilteredFiles_Click ( object sender, |
Handles the Control.Click event of the add filtered files button.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |