ComponentOne Xamarin.Android
ViewChanging Event


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ScrollViewer Class : ViewChanging Event
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
 
See Also