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


WillEndDragging Event
Syntax
'Declaration
 
Public Event WillEndDragging As EventHandler(Of WillEndDraggingEventArgs)
 
'Usage
 
Dim instance As C1ScrollViewer
Dim handler As EventHandler(Of WillEndDraggingEventArgs)
 
AddHandler instance.WillEndDragging, handler
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.

PropertyDescription
 
 
See Also