Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / ScrollPositionChanged Event


In This Topic
    ScrollPositionChanged Event
    In This Topic
    Occurs when scroll position changed.
    Syntax
    'Declaration
     
    
    Public Event ScrollPositionChanged As EventHandler
    'Usage
     
    
    Dim instance As GridBase
    Dim handler As EventHandler
     
    AddHandler instance.ScrollPositionChanged, handler
    public event EventHandler ScrollPositionChanged
    See Also