In Class Core::group
method void Init();
The method Init() is invoked automatically after the component has been created. This method can be overriden and filled with logic containing additional initialization statements.
My question is, when a group component is deleted, does it also call some method that can be overridden?
Because I want to automatically reinitialize some data when a group component is deleted.