Moving an element in a list

Hello,
Suppose I have a yang list that is ordered-by user and accessing that yang triggers a callback function. If I use move command to move an element I noticed that the callback is not triggered.
Is it possible to trigger it somehow without registering another callback?

Assuming you are referring to Data Provider callbacks, have you registered the move_after() callback? Search the confd_lib_dp(3) man page for details on the move_after() callback.

If I subscribe for a data model change event, is reordering considered as such?