RelayCommand Constructor (Action) |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RelayCommand(
Action execute
)
Public Sub New (
execute As Action
)
new :
execute : Action -> RelayCommand
Parameters
- execute
- Type: SystemAction
Delegate to execute the command.
Remarks See Also