Share via


VSItemNode::notifyFileDeleted Method

Notifies listeners that a file has been deleted.

Syntax

client server public static void notifyFileDeleted(TreeNode node, str aotPath)

Run On

Called

Parameters

  • node
    Type: TreeNode Class
    The parent node of the node that has been deleted.
  • aotPath
    Type: str
    The AOT path of the file.

See Also

Reference

VSItemNode Class