VSItemNode.notifyFileCreated(TreeNode) Method
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.
Notifies listeners that a new file has been created.
public:
static void notifyFileCreated(Dynamics::AX::Application::TreeNode ^ _node);
public static void notifyFileCreated (Dynamics.AX.Application.TreeNode _node);
static member notifyFileCreated : Dynamics.AX.Application.TreeNode -> unit
Public Shared Sub notifyFileCreated (_node As TreeNode)
Parameters
- _node
- TreeNode
The node that has been created.