DataSourceView.CanExecute(String) Method

Definition

Determines whether the specified command can be executed.

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

Parameters

commandName
String

The name of the command.

Returns

true if the command can be executed; otherwise, false.

Applies to