.NET Windows Forms in a Nutshell

ScrollEventHandler serializable

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

This is a delegate for the ScrollBar.Scroll event.

public delegate void ScrollEventHandler (object sender , ScrollEventArgs e );

Associated Events

HScrollBar.Scroll() , ScrollBar.Scroll() , VScrollBar.Scroll()

Категории