ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / IContentsPaneClipboardOps Interface / CanDeleteAsync Method

In This Topic
    CanDeleteAsync Method (IContentsPaneClipboardOps)
    In This Topic
    Can a delete (of the selected item(s)) be accomplished
    Syntax
    Task<bool> CanDeleteAsync()
    Function CanDeleteAsync() As Task(Of Boolean)

    Return Value

    Task{bool}
    Remarks
    Your pane is responsible for determining the context
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also