言語

INotifyWhenAddedToTree インターフェイス

定義

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

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

メソッド

名前 説明
AddedToTree()

木がノードに対して、自分が木に追加されたことを知らせることができます。

適用対象