'Declaration Public Function CanExecute( _ ByVal action As List.Action _ ) As System.Boolean
public System.bool CanExecute( List.Action action )
Parameters
- action
- The action to be executed.
Return Value
A Boolean value indicating whether or not the specified action can be executed.