Click or drag to resize

PageReorderEventArgs Properties

The PageReorderEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyMovingBefore
Gets a value indicating if the page being moved is to be placed before the target page.
Public propertyPageMoving
Gets the page that is being moved.
Public propertyPageTarget
Gets the page that is the target for the move.
Top
See Also