Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / WillEndDragging Event


In This Topic
    WillEndDragging Event
    In This Topic
    Syntax
    '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.

    PropertyDescription
     
     
    See Also