 | RelayCommand(ActionObject) Konstruktor |
Konstruktor - übernimmt eine auszuführende Action.
Namensraum: NetEti.MVVMiniAssembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+faf3aa8dcc38bbe36a3c92b1a9f73c75fc662c99
Syntaxpublic RelayCommand(
Action<Object?> execute
)
Public Sub New (
execute As Action(Of Object)
)
public:
RelayCommand(
Action<Object^>^ execute
)
new :
execute : Action<Object> -> RelayCommand
Parameter
- execute ActionObject
- Eine durch das Kommando auszuführende Action.
Siehe auch