ComponentOne Xamarin.iOS
ViewChanging Event


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ScrollViewer Class : ViewChanging Event
Occurs when manipulations such as scrolling and zooming cause the view to change.
Syntax
'Declaration
 
Public Event ViewChanging As EventHandler(Of C1ScrollViewerViewChangingEventArgs)
'Usage
 
Dim instance As C1ScrollViewer
Dim handler As EventHandler(Of C1ScrollViewerViewChangingEventArgs)
 
AddHandler instance.ViewChanging, handler
Event Data

The event handler receives an argument of type C1ScrollViewerViewChangingEventArgs containing data related to this event. The following C1ScrollViewerViewChangingEventArgs properties provide information specific to this event.

PropertyDescription
Gets the view that the C1ScrollViewer will show next.  
See Also