protected internal virtual Task<bool> CanCutAsync()
Protected Friend Overridable Function CanCutAsync() As Task(Of Boolean)
Return Value
A Task so the main user interface thread is not blocked while processing this request.
protected internal virtual Task<bool> CanCutAsync()
Protected Friend Overridable Function CanCutAsync() As Task(Of Boolean)
Pane
or DockPane
) first and if this object returns false, they then consult each currently loaded module (until one returns true). For example, when a feature is selected in a map, the map pane may return false for CanCopyAsync
but the Editing module, which has no pane of its own, may return true. The object that returns true for any of the ‘Can’ functions is the object that is called if the user clicks on the command.Target Platforms: Windows 11, Windows 10