VSItemNode.notifyFileUpdated(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 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.