Exemplo n.º 1
0
 void OnValueChanged(BaseCheckboxCell cell, bool enabled)
 {
     variableInfo.fieldInfo.SetValue(command, enabled);
     base.OnValueChanged();
 }
Exemplo n.º 2
0
 public override void UpdateData(ScrollViewCell cell)
 {
     _checkboxCell = (BaseCheckboxCell)cell;
     _checkboxCell.OnValueChanged = OnValueChanged;
     _checkboxCell.SetToggle((bool)variableInfo.fieldInfo.GetValue(command));
 }