INotifyWhenAddedToTree Interface

Definition

Allows the tree to notify when a node has been added.

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

Methods

AddedToTree()

Allows the tree to tell a node that it has now been added to the tree.

Applies to