DataGrid REALbasic Plugin |
|
DataGrid.MouseDrag Event
The MouseDrag event is fired when a mouse drag event is generated within the control.
MouseDrag(
x as Integer,
y as Integer) as Boolean
Parameters
- x
- The x location of the click.
- y
- The y location of the click.
Returns
- Boolean
- Return True if you are going to handle the MouseDrag event, that is if you return true then any internal handling will be canceled.
Remarks
See Also
DataGrid Control