|
PeHorzScroll
public event HorzScrollEventHandler PeHorzScroll;
public delegate void HorzScrollEventHandler(object sender, ProEssentials.EventArg.ScrollEventArgs e);
public ScrollEventArgs(ProEssentials.Enums.SBCode scrollbarCode, int position)
Description The HorzScroll event is fired after the object is scrolled either by 1) the user clicking the horizontal scroll bar or 2) the user pressing the left or right arrow keys.
For the Pego object, position is data point index, for Pesgo/Pe3do, position is a value between 1 to 30000 representing relative position within full range of axis.
Comments This event allows the ProEssentials object to function as a horizontal scrollbar and thus control other related information.
See Also: Pego.PeUserInterface.Scrollbar
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |