DiagramCommandsBase.Execute(DiagramCommand, IMouseArgs) Method
Executes the specified diagram command.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
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