INotifyWhenAddedToTree 인터페이스

정의

노드가 추가되었을 때 트리가 알릴 수 있도록 허용합니다.

public interface class INotifyWhenAddedToTree
public interface INotifyWhenAddedToTree
type INotifyWhenAddedToTree = interface
Public Interface INotifyWhenAddedToTree

메서드

AddedToTree()

노드가 트리에 지금 추가되었음을 트리가 노드에 알릴 수 있도록 허용합니다.

적용 대상