Question
Has the behaviour of e.Allow changed in the TimeItem_AfterMove event? Using GTP V3.0.6.17 and e.Allow seems to always be set to False in this event despite it being set to True at (say) the end of the TimeItem_Move event. Many thanks.
Answer
I do not think that it has changed.< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
The OnTimeItem_AfterMove does not check the Allow flag in the current versions or earlier. The move is already done… We do however check the allow flag in the following events:
OnTimeItem_BeforeMove,
OnTimeItem_Hoover,
OnTimeItem_AfterCreateByMouse,
OnTimeItem_StartChange,
OnTimeItem_StopChange,
OnTimeItem_Move,
OnTimeItem_ChangeRow,
OnTimeItem_LinkCreate,
OnTimeItem_StartValueResize,
OnTimeItem_StopValueResize