C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewerViewChangingEventArgs Class / NextView Property


In This Topic
NextView Property
In This Topic
Gets the view that the C1ScrollViewer will show next.
Syntax
'Declaration
 
Public ReadOnly Property NextView As C1ScrollViewerView
 
'Usage
 
Dim instance As C1ScrollViewerViewChangingEventArgs
Dim value As C1ScrollViewerView
 
value = instance.NextView
See Also