Ejemplo n.º 1
0
 public TimeSpanStepBehavior(TimeSpanEditBox box, int step)
 {
     this.box           = box;
     this.step          = step;
     box.ValueChanging += new EventHandler <ActiproSoftware.Windows.PropertyChangingRoutedEventArgs <TimeSpan?> >(box_ValueChanging);
     box.ValueChanged  += new EventHandler <ActiproSoftware.Windows.PropertyChangedRoutedEventArgs <TimeSpan?> >(box_ValueChanged);
 }
Ejemplo n.º 2
0
 public TimeSpanStepBehavior(TimeSpanEditBox box, int step)
 {
     this.box = box;
     this.step = step;
     box.ValueChanging += new EventHandler<ActiproSoftware.Windows.PropertyChangingRoutedEventArgs<TimeSpan?>>(box_ValueChanging);
     box.ValueChanged += new EventHandler<ActiproSoftware.Windows.PropertyChangedRoutedEventArgs<TimeSpan?>>(box_ValueChanged);
 }