I have a property in my ViewModel class
private bool _isMonitoring; // etc. public bool IsMonitoring { get { return _isMonitoring; } set { _isM