INotifyWhenAddedToTree 接口

定义

允许树在已添加节点时进行通知。

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

方法

AddedToTree()

允许树通知节点现在它已添加到树。

适用于