Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenScrollEventArgs"/> class.
 /// </summary>
 /// <param name="scrollBarStyle">The style of the scroll bar to fire the event.</param>
 /// <param name="scrollPos">The scroll box position.</param>
 public NuGenScrollEventArgs(NuGenScrollBarStyle scrollBarStyle, int scrollPos)
 {
     this.scrollBarStyle = scrollBarStyle;
     this.scrollPos      = scrollPos;
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="NuGenScrollEventArgs"/> class.
		/// </summary>
		/// <param name="scrollBarStyle">The style of the scroll bar to fire the event.</param>
		/// <param name="scrollPos">The scroll box position.</param>
		public NuGenScrollEventArgs(NuGenScrollBarStyle scrollBarStyle, int scrollPos)
		{
			this.scrollBarStyle = scrollBarStyle;
			this.scrollPos = scrollPos;
		}