C# 클래스 GoogleCloudExtension.CloudExplorer.TreeHierarchy

This class represetns a node in the tree that contains children nodes.
상속: TreeNode
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

보호된 메소드들

메소드 설명
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