次の方法で共有


INotifyWhenAddedToTree インターフェイス

定義

ノードが追加されたときにツリーが通知できるようにします。

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

メソッド

AddedToTree()

ノードがツリーに追加されたことをツリーがノードに通知できるようにします。

適用対象