'Declaration
Public Event DraggingEnded As EventHandler(Of DraggingEventArgs)
'Usage
Dim instance As C1ScrollViewer Dim handler As EventHandler(Of DraggingEventArgs) AddHandler instance.DraggingEnded, handler
public event EventHandler<DraggingEventArgs> DraggingEnded
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.
Property | Description |
---|---|
Decelerate |
See Also