ArcGIS Pro 2.8 API Reference Guide
CanExecute Method

ArcGIS.Desktop.Framework Namespace > RelayCommand Class : CanExecute Method
Parameter
Gets whether the command can be executed.
Syntax
public virtual bool CanExecute( 
   object parameter
)
Public Overridable Function CanExecute( _
   ByVal parameter As Object _
) As Boolean

Parameters

parameter
Parameter
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RelayCommand Class
RelayCommand Members