Click or drag to resize

PageDragCancelEventArgs Properties

The PageDragCancelEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancelGets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs)
Public propertyControl Gets access to the control that started the drag operation.
Public propertyElementOffset Gets access to the associated element offset.
Public propertyPages Gets access to the collection of pages.
Public propertyScreenPoint Gets access to the associated screen point.
Top
See Also