'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.
| Property | Description |
|---|---|
| TargetPage | Gets the index of the page that was dragged. |
See Also