Skip to main content
A newer version of this page is available. .

DiagramCommands.UpdateCommands(IEnumerable<DiagramCommandBase>) Method

Gets the command that updates the state of all DiagramCommands members.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.1.dll

Declaration

public override void UpdateCommands(
    IEnumerable<DiagramCommandBase> commands
)

Parameters

Name Type Description
commands IEnumerable<DevExpress.Diagram.Core.DiagramCommandBase>

An object implementing the System.Windows.Input.ICommand interface.

See Also