Exemplo n.º 1
0
 internal override void NotifyValue(ElementEventValue entry)
 {
     base.NotifyValue(entry);
     NotifyValue(entry.Value);
     NotifyChecked(entry.Checked);
     ClearFiles();
 }
Exemplo n.º 2
0
 internal override void NotifyValue(ElementEventValue entry)
 {
     BeginUpdate();
     base.NotifyValue(entry);
     NotifySelected(entry.Checked);
     EndUpdate();
 }
Exemplo n.º 3
0
 internal override void NotifyValue(ElementEventValue entry)
 {
     base.NotifyValue(entry);
     NotifyValue(entry.Value);
 }