C1.WPF.Extended Namespace / C1Book Class / DragPageFinished Event

DragPageFinished Event (C1Book)
Occurs when the page stops being dragged.
Syntax
'Declaration
 
Public Event DragPageFinished As EventHandler(Of BookDragPageFinishedEventArgs)
 
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