An NDoc Documented Class Library

Form1.vScrollBar1_Scroll Method 

Activates whenever the vertical scroll bar is used.

private void vScrollBar1_Scroll(
   object sender,
   ScrollEventArgs e
);

Parameters

sender
Reference to the object that raised the event
e
Passes a scroll object specific to the event that is being handled

See Also

Form1 Class | Labeler Namespace