Method | Description | |
---|---|---|
CellDragCancelEventArgs ( |
Initialize a new instance of the CellDragCancelEventArgs class.
|
|
CellDragCancelEventArgs ( Point screenPoint, Point screenOffset, |
Initialize a new instance of the CellDragCancelEventArgs class.
|
public CellDragCancelEventArgs ( |
||
e | Event to upgrade to this event. | |
cell | KryptonWorkspaceCell | Workspace cell associated with pages. |
return | System |
public CellDragCancelEventArgs ( Point screenPoint, Point screenOffset, |
||
screenPoint | Point | Screen point of the mouse. |
screenOffset | Point | Screen offset of the mouse to the source element. |
c | Control that started the drag operation. | |
pages | Array of event associated pages. | |
cell | KryptonWorkspaceCell | Workspace cell associated with pages. |
return | System |