Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / ZoomingEnded Event


In This Topic
    ZoomingEnded Event
    In This Topic
    Syntax
    '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.

    PropertyDescription
     
     
    See Also