As we documented EVT_MOVE_{START,END}, we should do it for this one as well.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70554
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@event{EVT_MOVE_START(func)}
Process a @c wxEVT_MOVE_START event, which is generated when the user starts
to move or size a window. wxMSW only.
+ @event{EVT_MOVING(func)}
+ Process a @c wxEVT_MOVING event, which is generated while the user is
+ moving the window. wxMSW only.
@event{EVT_MOVE_END(func)}
Process a @c wxEVT_MOVE_END event, which is generated when the user stops
moving or sizing a window. wxMSW only.