public event EventHandler<UIScrollViewZoomingEventArgs> ZoomingStarted
'Declaration Public Event ZoomingStarted As EventHandler(Of UIScrollViewZoomingEventArgs)
'Declaration
Public Event ZoomingStarted As EventHandler(Of UIScrollViewZoomingEventArgs)
'Usage Dim instance As C1ScrollViewer Dim handler As EventHandler(Of UIScrollViewZoomingEventArgs) AddHandler instance.ZoomingStarted, handler
'Usage
Dim instance As C1ScrollViewer Dim handler As EventHandler(Of UIScrollViewZoomingEventArgs) AddHandler instance.ZoomingStarted, handler
The event handler receives an argument of type UIKit.UIScrollViewZoomingEventArgs containing data related to this event. The following UIScrollViewZoomingEventArgs properties provide information specific to this event.
C1ScrollViewer Class C1ScrollViewer Members