C# Класс GoogleCloudExtension.CloudExplorer.TreeHierarchy

This class represetns a node in the tree that contains children nodes.
Наследование: TreeNode
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnIsExpandedChanged ( bool newValue ) : void

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

Описание методов

OnIsExpandedChanged() защищенный Метод

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.
Результат void