Skip to content

ChartObjects.IsCheckedCmd property

Defined in

Type: ChartObjects Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public ReactiveCommand<Unit, Unit>? IsCheckedCmd { get; set; }

View source

Summary: Gets or sets the command that is executed when the checked state changes.

Returns: ReactiveCommand?

Remarks

This command can be bound to UI elements to handle changes in checked or selected state, such as toggling a checkbox. The command executes with no parameters and does not return a value.