Click or drag to resize

DelegateCommandCanExecute Method

LightningChart .NET Help
Able to execute parameter

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool CanExecute(
	Object parameter
)

Parameters

parameter
Type: SystemObject

[Missing <param name="parameter"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.DelegateCommand.CanExecute(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.DelegateCommand.CanExecute(System.Object)"]

Implements

ICommandCanExecute(Object)
See Also