Exemplo n.º 1
0
 protected virtual void OnUnchecked()
 {
     Unchecked?.Invoke(this, RoutedEventArgsFactory.Create(this));
 }
Exemplo n.º 2
0
 protected virtual void OnIndeterminate()
 {
     Indeterminate?.Invoke(this, RoutedEventArgsFactory.Create(this));
 }