INotifyWhenAddedToTree Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |