CommandT1, T2Execute(Object) Method
Defines the method to be called when the command is invoked.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public void Execute(
Object? parameter
)
abstract Execute :
parameter : Object -> unit
override Execute :
parameter : Object -> unit
- parameter Object
- Data used by the command. If the command does not require data to be passed, this object can be set to .
ICommandExecute(Object)