ComponentOne Xamarin.iOS
ZoomingStarted Event


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ScrollViewer Class : ZoomingStarted Event
Syntax
'Declaration
 
Public Event ZoomingStarted As EventHandler(Of UIScrollViewZoomingEventArgs)
'Usage
 
Dim instance As C1ScrollViewer
Dim handler As EventHandler(Of UIScrollViewZoomingEventArgs)
 
AddHandler instance.ZoomingStarted, handler
public event EventHandler<UIScrollViewZoomingEventArgs> ZoomingStarted
Event Data

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.

PropertyDescription
 
See Also