Skip to main content

DiagramCommands.UpdateCommands(IEnumerable<DiagramCommandBase>) Method

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

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

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