Occurs when the scroll box has been moved by either a mouse or keyboard action.
[Visual Basic]
Overridable Protected Sub OnScroll( _
ByVal sender As Object, _
ByVal e As ScrollEventArgs _
)
[C#]
virtual protected void OnScroll(
object sender,
ScrollEventArgs e
);
[Delphi]
strict protected procedure OnScroll(
sender: Object;
e: ScrollEventArgs
); virtual;
Parameters
sender
e
A System.Windows.Forms.ScrollEventArgs that contains the event data.
See Also
SBar Class | SBar Members | C1.Win.C1TrueDBGrid.Util Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |