Piccolo.NET

PScrollableControl.hScrollBar_ValueChanged Method 

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

protected virtual void hScrollBar_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