Skip to main content
.NET 6.0+

OfficeWindowsFormsModule.UpdateNode(IModelActionLink, IModelApplication) Method

Updates the Application Model‘s node.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v23.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