VSItemNode.notifyFileDeleted(TreeNode, String) Method

Definition

Notifies listeners that a file has been deleted.

public:
 static void notifyFileDeleted(Dynamics::AX::Application::TreeNode ^ _node, System::String ^ _aotPath);
public static void notifyFileDeleted (Dynamics.AX.Application.TreeNode _node, string _aotPath);
static member notifyFileDeleted : Dynamics.AX.Application.TreeNode * string -> unit
Public Shared Sub notifyFileDeleted (_node As TreeNode, _aotPath As String)

Parameters

_node
TreeNode

The AOT path of the file.

_aotPath
String

The AOT path of the file.

Applies to