i'm trying to handle a LineChangeAfterOriginal event with visual studio tools, i've noticed that besides the native validation code stops the script the VST event is fired. i'm used to the dexterity behaviour where this does not happen.
how i'm supposed to handle validation in my event handler code, for example, a required field is missing. i thought in validating each field "again", but this seems to me quite ridiculous as the native code did this task right before.
thanks
*This post is locked for comments