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


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