Click or drag to resize

CellDragCancelEventArgs Properties

The CellDragCancelEventArgs type exposes the following members.

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