Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1Book Class / DragPageFinished Event

In This Topic
    DragPageFinished Event
    In This Topic
    Occurs when the page stops being dragged.
    Syntax
    'Declaration
     
    Public Event DragPageFinished As EventHandler(Of BookDragPageFinishedEventArgs)
    public event EventHandler<BookDragPageFinishedEventArgs> DragPageFinished
    Event Data

    The event handler receives an argument of type BookDragPageFinishedEventArgs containing data related to this event. The following BookDragPageFinishedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of the page that was dragged.  
    See Also