CommandT1, T2CanExecute(T2) Method

The predicate exposed as a method. Can be called to determine wether the command should execute in its current state.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public bool CanExecute(
	T2 parameter
)

Parameters

parameter  T2
The parameter to be passed to the CanExecute method

Return Value

Boolean
if the command can execute, otherwise

See Also