RelayCommandTExecute Method |
Executes the command with the specified parameter.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Execute(
Object parameter
)
Public Sub Execute (
parameter As Object
)
abstract Execute :
parameter : Object -> unit
override Execute :
parameter : Object -> unit
Parameters
- parameter
- Type: SystemObject
Command argument from the control.
Implements
ICommandExecute(Object)See Also