DekGenius.com
[ Team LiB ] Previous Section Next Section

ScrollEventHandlerserializable

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()

    [ Team LiB ] Previous Section Next Section