Topic: APLX Help : System Classes : Callbacks : onRowMoved
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'onRowMoved' callback


Event number: 47
Generated for: Grid

This event is triggered when the user has moved a row by dragging it to a different position in the grid. (This is possible only if the style property includes the flag 512, row moving allowed). The event-specific parameters in ⎕EV are (in index origin 1):

    ⎕EV[6]    Row number before the move
    ⎕EV[7]    The position of the row after the move

Topic: APLX Help : System Classes : Callbacks : onRowMoved
[ Previous | Next | Contents | Index | APL Home ]