'Declaration
<System.ComponentModel.CategoryAttribute("Action")> <System.ComponentModel.DescriptionAttribute("Occurs when the scroll position changes.")> Public Event ScrollPositionChanged As ScrollPositionChangedEventHandler
'Usage
Dim instance As WorkbookView Dim handler As ScrollPositionChangedEventHandler AddHandler instance.ScrollPositionChanged, handler
[System.ComponentModel.Category("Action")] [System.ComponentModel.Description("Occurs when the scroll position changes.")] public event ScrollPositionChangedEventHandler ScrollPositionChanged