Save

The OnSave() method will call the Save() method from the BusinessObject, because the WHO inherits xWindowHandlingObjectGeneric.

The „Save” action will trigger the following Methods: OnPreSave() -> OnSave() -> OnPostSave()

Last updated