'Declaration
Public Event WillEndDragging As EventHandler(Of WillEndDraggingEventArgs)
'Usage
Dim instance As C1ScrollViewer Dim handler As EventHandler(Of WillEndDraggingEventArgs) AddHandler instance.WillEndDragging, handler
public event EventHandler<WillEndDraggingEventArgs> WillEndDragging
Event Data
The event handler receives an argument of type UIKit.WillEndDraggingEventArgs containing data related to this event. The following WillEndDraggingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
TargetContentOffset | |
Velocity |
See Also