ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / EmbeddableControl Class / CanCommit Property

In This Topic
    CanCommit Property
    In This Topic
    Gets if the control can perform a CommitAsync.
    Syntax
    public virtual bool CanCommit {get;}
    Public Overridable ReadOnly Property CanCommit As Boolean
    Remarks
    This is usually set in conjunction with CanChangeOptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also