Click or drag to resize

AsyncRelayCommandTParamCanExecute Method (TParam)

Checks if the ICommand can execute.

Namespace:  BionicCode.Utilities.Net.Core.Wpf.Generic
Assembly:  BionicCode.Utilities.Net.Core.Wpf (in BionicCode.Utilities.Net.Core.Wpf.dll) Version: 1.0.2
Syntax
public bool CanExecute(
	TParam parameter
)

Parameters

parameter
Type: TParam
The command parameter.

Return Value

Type: Boolean
true when the ICommand can execute, otherwise false.

Implements

IAsyncRelayCommandTParamCanExecute(TParam)
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md