C# Class mCleaner.Helpers.Controls.TreeNode

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: MicroHealthLLC/mCleaner Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
TreeNode ( ) : System
TreeNode ( string name ) : System
TreeNode ( string name, string key ) : System

Private Methods

Method Description
OnPropertyChanged ( string prop ) : void
SetIsChecked ( bool value, bool updateChildren, bool updateParent ) : void
VerifyCheckState ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

TreeNode() public method

public TreeNode ( ) : System
return System

TreeNode() public method

public TreeNode ( string name ) : System
name string
return System

TreeNode() public method

public TreeNode ( string name, string key ) : System
name string
key string
return System