Click or drag to resize

DelegateCommand Constructor (ActionObject, PredicateObject)

LightningChart .NET Help
Initializes a new instance of the DelegateCommand class

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public DelegateCommand(
	Action<Object> execute,
	Predicate<Object> canExecute
)

Parameters

execute
Type: SystemActionObject

[Missing <param name="execute"/> documentation for "M:Arction.Wpf.SignalProcessing.DelegateCommand.#ctor(System.Action{System.Object},System.Predicate{System.Object})"]

canExecute
Type: SystemPredicateObject

[Missing <param name="canExecute"/> documentation for "M:Arction.Wpf.SignalProcessing.DelegateCommand.#ctor(System.Action{System.Object},System.Predicate{System.Object})"]

See Also