Click or drag to resize

DelegateCommand Constructor (ActionObject)

LightningChart .NET Help
Creates and initializes a new instance of this class.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public DelegateCommand(
	Action<Object> execute
)

Parameters

execute
Type: SystemActionObject

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

See Also