Method | Description | |
---|---|---|
CellPageNotify ( KryptonWorkspace workspace ) : System |
Initialize a new instance of the CellPageNotify class.
|
|
PageDragEnd ( object sender, |
Occurs when drag operation completes with pages being dropped.
|
|
PageDragMove ( object sender, |
Occurs when the mouse moves during the drag operation.
|
|
PageDragQuit ( object sender ) : void |
Occurs when dragging pages has been cancelled.
|
|
PageDragStart ( object sender, |
Occurs when a page drag is about to begin and allows it to be cancelled.
|
public CellPageNotify ( KryptonWorkspace workspace ) : System | ||
workspace | KryptonWorkspace | Reference to owning workspace. |
return | System |
public PageDragEnd ( object sender, |
||
sender | object | Source of the page drag; can be null. |
e | Event arguments containing the new screen point of the mouse. | |
return | bool |
public PageDragMove ( object sender, |
||
sender | object | Source of the page drag; can be null. |
e | Event arguments containing the new screen point of the mouse. | |
return | void |
public PageDragQuit ( object sender ) : void | ||
sender | object | Source of the page drag; can be null. |
return | void |
public PageDragStart ( object sender, |
||
sender | object | Source of the page drag; should never be null. |
navigator | Navigator instance associated with source; can be null. | |
e | Event arguments indicating list of pages being dragged. | |
return | void |