Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In some use cases you want to manipulate an Element the moment it is created (a “new row”). For this you can use the Created annotation on a method in your Customization Java Class. The XML Data Control will call your java method if a new Element is created.

...