ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CustomizationFilter Class / OnExecuteCommand Method
The DAML ID of the command about to execute.

In This Topic
    OnExecuteCommand Method (CustomizationFilter)
    In This Topic
    Syntax
    protected internal virtual bool OnExecuteCommand( 
       string ID
    )
    Protected Friend Overridable Function OnExecuteCommand( _
       ByVal ID As String _
    ) As Boolean

    Parameters

    ID
    The DAML ID of the command about to execute.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also