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


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