March 2003
Intermediate to advanced
896 pages
32h 35m
English
ScrollEventArgs
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; } }
System.Object
→ System.EventArgs → ScrollEventArgs
DataGrid.{GridHScrolled(),
GridVScrolled()}, ScrollBar.OnScroll(), ScrollEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access