Partilhar via


VSItemNode.notifyFileCreated(TreeNode) Method

Definition

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.

Applies to