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
See Also