Hello I am trying to validate the Text the users insert when editing a node.
If I set `args.Cancel=true` in the `NodeEdited` the edit happens anyways.
The `NodeEditing` event happens before the user edited and the `NewText` property is always null.
How do I achieve that?
Thanks