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


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