Version

ScrollValueChanged Event (PivotHeaderPanel)

Occurs when the panel has changed the scroll value.
Syntax
'Declaration
 
Public Event ScrollValueChanged As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> ScrollValueChanged