DelegateCommand Constructor (ActionObject) |
LightningChart .NET Help
Namespace:
Arction.Wpf.SignalProcessing
Assembly:
Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntaxpublic DelegateCommand(
Action<Object> execute
)
Public Sub New (
execute As Action(Of Object)
)
public:
DelegateCommand(
Action<Object^>^ execute
)
Parameters
- execute
- Type: SystemActionObject
[Missing <param name="execute"/> documentation for "M:Arction.Wpf.SignalProcessing.DelegateCommand.#ctor(System.Action{System.Object})"]
See Also