Click or drag to resize

MainViewModelStopProcessCommand Property

Gets or sets the stop process command.

Namespace:  ConsoleControlSample.WPF
Assembly:  ConsoleControlSample.WPF (in ConsoleControlSample.WPF.exe) Version: 1.0.1.0 (1.0.1.0)
Syntax
C#
public Command StopProcessCommand { get; }

Property Value

Type: Command
The stop process command.
See Also