CommandT1, T2CanExecute(T2) Method
The predicate exposed as a method. Can be called to determine wether the command should execute in its current state.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public bool CanExecute(
T2 parameter
)
member CanExecute :
parameter : 'T2 -> bool
- parameter T2
- The parameter to be passed to the CanExecute method
Boolean if the command can execute,
otherwise