DataSourceView.CanExecute(String) Método

Definición

Determina si se puede ejecutar el comando especificado.

public:
 virtual bool CanExecute(System::String ^ commandName);
public virtual bool CanExecute(string commandName);
abstract member CanExecute : string -> bool
override this.CanExecute : string -> bool
Public Overridable Function CanExecute (commandName As String) As Boolean

Parámetros

commandName
String

Nombre del comando.

Devoluciones

true si se puede ejecutar el comando; de lo contrario, false.

Se aplica a