Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

OfficeWindowsFormsModule.UpdateNode(IModelActionLink, IModelApplication) Method

Updates the Application Model‘s node.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v21.2.dll

Declaration

public void UpdateNode(
    IModelActionLink node,
    IModelApplication application
)

Parameters

Name Type Description
node IModelActionLink

An IModelActionLink providing access to the ActionLink node.

application IModelApplication

An IModelApplication providing access to the Application Model.

Remarks

To learn about node updaters and to see an example of using this method, refer to the Convert Application Model Differences topic.

See Also