Method HandleMove
HandleMove(int, int)
Called during a drag operation when the mouse is moved, delta takes into consideration start point, cursor position, etc
Declaration
protected override void HandleMove(int deltaX, int deltaY)
Parameters
| Type | Name | Description |
|---|---|---|
| int | deltaX | |
| int | deltaY |