ScrollEventArgs

ScrollEventArgs

System. Windows .Forms (system. windows .forms.dll) class

This class encapsulates the data for the ScrollBar.Scroll event. You can determine the NewValue of the scrollbar and the Type of the scroll event (see ScrollEventType for details).

 public class  ScrollEventArgs  : EventArgs {  // Public Constructors  public  ScrollEventArgs  (ScrollEventType  type  , int  newValue  );  // Public Instance Properties  public int  NewValue  {set; get; }    public ScrollEventType  Type  {get; } } 

Hierarchy

System.Object System.EventArgs ScrollEventArgs

Passed To

DataGrid.{GridHScrolled() , GridVScrolled()} , ScrollBar.OnScroll() , ScrollEventHandler.{BeginInvoke() , Invoke()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net