CommandT1, T2CanExecute(Object) Method
Defines the method that determines whether the command can 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(
Object? parameter
)
abstract CanExecute :
parameter : Object -> bool
override CanExecute :
parameter : Object -> bool
- parameter Object
- Data used by the command. If the command does not require data to be passed, this object can be set to .
Boolean if this command can be executed; otherwise,
.
ICommandCanExecute(Object)