C# Class GoogleCloudExtension.CloudExplorer.TreeHierarchy

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

Protected Methods

Method Description
OnIsExpandedChanged ( bool newValue ) : void

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

Method Details

OnIsExpandedChanged() protected method

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.
return void