ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Module Class / ExecuteCommandArgs Method
The DAML control identifier.

ExecuteCommandArgs Method (Module)
Override this method to allow users to execute DAML commands specified in this module.
Syntax
protected internal virtual Func<object[],Task> ExecuteCommandArgs( 
   string id
)

Parameters

id
The DAML control identifier.

Return Value

A user defined function, with arguments, that will execute asynchronously when invoked.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.7 or higher.
See Also