2 using System.Collections.Generic;
5 using System.ComponentModel;
7 namespace SeciUserInterface.Controls
11 public Boolean LogValuesEnabled
13 get {
return Seci.Managers.BlockMgr.LogValuesEnabled; }
14 set { Seci.Managers.BlockMgr.LogValuesEnabled = value; this.OnPropertyChanged(
"LogValuesEnabled"); }
19 Seci.Managers.BlockMgr.OnEnableLoggingUpdated +=
new Seci.Managers.BlockMgr.EnableLoggingChangedEventHandler(BlockMgr_OnEnableLoggingUpdated);
25 this.OnPropertyChanged(
"LogValuesEnabled");
37 if (PropertyChanged != null)
39 PropertyChanged(
this,
new PropertyChangedEventArgs(sProp));
PropertyChangedEventHandler PropertyChanged
void BlockMgr_OnEnableLoggingUpdated(bool enabled)
void OnPropertyChanged(string sProp)