public ScrollEventArgs(ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll)
 {
     this.oldValue          = -1;
     this.type              = type;
     this.newValue          = newValue;
     this.scrollOrientation = scroll;
 }
 public ScrollEventArgs(ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll)
 {
     this.oldValue = -1;
     this.type = type;
     this.newValue = newValue;
     this.scrollOrientation = scroll;
 }