An NDoc Documented Class Library

Form1.hScrollBar1_Scroll Method 

Activates whenever the horizontal scroll bar is used.

private void hScrollBar1_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