[]
        
(Showing Draft Content)

C1.Win.C1Editor.Table.CanExecute

CanExecute Method

CanExecute(Action)

Returns a Boolean value indicating whether the specified action can be executed.

Declaration
public bool CanExecute(Table.Action action)
Public Function CanExecute(action As Table.Action) As Boolean
Parameters
Type Name Description
Table.Action action

The action to be executed.

Returns
Type Description
bool

A Boolean value indicating whether or not the specified action can be executed.