Piccolo.NET

PScrollableControl.vScrollBar_ValueChanged Method 

Sets the view position to the appropriate value when the vertical scrollbar's value changes.

protected virtual void vScrollBar_ValueChanged(
   object sender,
   EventArgs e
);

Parameters

sender
The source of the event.
e
An EventArgs that contains the event data.

See Also

PScrollableControl Class | UMD.HCIL.PiccoloX.Components Namespace