If I run the line of code “VScrollBar1.Value = VScrollBar1.Value – 1” I expect and want the Sub

Code:
Private Sub VScrollBar1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles VScrollBar1.ValueChanged
to run but it does not why