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