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