C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / ViewChanged Event


In This Topic
ViewChanged Event
In This Topic
Occurs when manipulations such as scrolling and zooming have caused the view to change.
Syntax
'Declaration
 
Public Event ViewChanged As EventHandler(Of C1ScrollViewerViewChangedEventArgs)
 
'Usage
 
Dim instance As C1ScrollViewer
Dim handler As EventHandler(Of C1ScrollViewerViewChangedEventArgs)
 
AddHandler instance.ViewChanged, handler
See Also