'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.
Property | Description |
---|---|
View |
See Also