xApplication.updateXrefTreeNode(XppObjectBase) 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.
Is invoked by the framework when cross-reference information for the various node types is updated.
public:
virtual void updateXrefTreeNode(Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ _treeNode);
public virtual void updateXrefTreeNode (Microsoft.Dynamics.Ax.Xpp.XppObjectBase _treeNode);
abstract member updateXrefTreeNode : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> unit
override this.updateXrefTreeNode : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> unit
Public Overridable Sub updateXrefTreeNode (_treeNode As XppObjectBase)
Parameters
- _treeNode
- XppObjectBase
Remarks
The Application class provides the overloaded functionality.