C# Class GoogleCloudExtension.CloudExplorer.TreeHierarchy

This class represetns a node in the tree that contains children nodes.
Inheritance: TreeNode
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes protégées

Méthode Description
OnIsExpandedChanged ( bool newValue ) : void

This method will be called every time the value of IsExpanded property changes.

Method Details

OnIsExpandedChanged() protected méthode

This method will be called every time the value of IsExpanded property changes.
protected OnIsExpandedChanged ( bool newValue ) : void
newValue bool The new value of the property.
Résultat void