'Declaration
Public Event ZoomingEnded As EventHandler(Of ZoomingEndedEventArgs)
'Usage
Dim instance As C1ScrollViewer Dim handler As EventHandler(Of ZoomingEndedEventArgs) AddHandler instance.ZoomingEnded, handler
public event EventHandler<ZoomingEndedEventArgs> ZoomingEnded
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.
Property | Description |
---|---|
AtScale | |
WithView |
See Also