C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / DraggingEnded Event


DraggingEnded Event
Syntax
'Declaration
 
Public Event DraggingEnded As EventHandler(Of DraggingEventArgs)
 
'Usage
 
Dim instance As C1ScrollViewer
Dim handler As EventHandler(Of DraggingEventArgs)
 
AddHandler instance.DraggingEnded, handler
Event Data

The event handler receives an argument of type UIKit.DraggingEventArgs containing data related to this event. The following DraggingEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also