Share via


VSItemNode.notifyFileUpdated(TreeNode) Method

Definition

Notifies listeners that a file has been updated.

public:
 static void notifyFileUpdated(Dynamics::AX::Application::TreeNode ^ _node);
public static void notifyFileUpdated (Dynamics.AX.Application.TreeNode _node);
static member notifyFileUpdated : Dynamics.AX.Application.TreeNode -> unit
Public Shared Sub notifyFileUpdated (_node As TreeNode)

Parameters

_node
TreeNode

The node that has been updated.

Applies to