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

DiagramCommandsBase.Execute(DiagramCommand, IMouseArgs) Method

Executes the specified diagram command.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public virtual void Execute(
    DiagramCommand command,
    IMouseArgs args = null
)

Parameters

Name Type Description
command DevExpress.Diagram.Core.DiagramCommand

A diagram command to be executed.

Optional Parameters

Name Type Default
args DevExpress.Diagram.Core.Native.IMouseArgs *null*
See Also