C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / ZoomingEnded Event


ZoomingEnded Event
Syntax
'Declaration
 
Public Event ZoomingEnded As EventHandler(Of ZoomingEndedEventArgs)
 
'Usage
 
Dim instance As C1ScrollViewer
Dim handler As EventHandler(Of ZoomingEndedEventArgs)
 
AddHandler instance.ZoomingEnded, handler
Event Data

The event handler receives an argument of type UIKit.ZoomingEndedEventArgs containing data related to this event. The following ZoomingEndedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
See Also