C# Class Microsoft.Samples.KMoore.WPFSamples.TreeViewHelperClasses.TreeViewDataItem

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
ExpandAll ( ) : void
ToString ( ) : string
TreeViewDataItem ( object dataItem, string childrenPropertyName ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
TreeViewDataItem ( object dataItem, string childrenPropertyName, TreeViewDataItem parent ) : System

Method Details

ExpandAll() public méthode

public ExpandAll ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TreeViewDataItem() public méthode

public TreeViewDataItem ( object dataItem, string childrenPropertyName ) : System
dataItem object
childrenPropertyName string
Résultat System