Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / Table Class / CanExecute Method
The action to be executed.

In This Topic
    CanExecute Method (Table)
    In This Topic
    Returns a Boolean value indicating whether the specified action can be executed.
    Syntax
    'Declaration
     
    Public Function CanExecute( _
       ByVal action As Table.Action _
    ) As System.Boolean
    public System.bool CanExecute( 
       Table.Action action
    )

    Parameters

    action
    The action to be executed.

    Return Value

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