'Declaration Public Event Scroll As ScrollEventHandler
'Usage Dim instance As FpScrollBar Dim handler As ScrollEventHandler AddHandler instance.Scroll, handler
public event ScrollEventHandler Scroll
Event Data
The event handler receives an argument of type ScrollEventArgs containing data related to this event. The following ScrollEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewValue | |
OldValue | |
ScrollOrientation | |
Type |
See Also