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


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

    PropertyDescription
     
    See Also