Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Book Class / DragPageFinished Event

In This Topic
    DragPageFinished Event (C1Book)
    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