Exemple #1
0
 private static void OnIsEnable_Changed(DependencyObject sender, DependencyPropertyChangedEventArgs e)
 {
     VOP.TonerBar _this = (VOP.TonerBar)sender;
     _this.PaintControl();
 }
Exemple #2
0
 private static void OnMilliSeconds_Changed(DependencyObject sender, DependencyPropertyChangedEventArgs e)
 {
     VOP.TonerBar _this = (VOP.TonerBar)sender;
     _this.timer.Interval = new TimeSpan(0, 0, 0, 0, _this.MilliSeconds);
 }
Exemple #3
0
 private static void OnValue_Changed(DependencyObject sender, DependencyPropertyChangedEventArgs e)
 {
     VOP.TonerBar _this = (VOP.TonerBar)sender;
     _this.ValueChanged();
 }