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


In This Topic
    DidZoom Event
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event DidZoom As EventHandler
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim handler As EventHandler
     
    AddHandler instance.DidZoom, handler
    public event EventHandler DidZoom
    See Also