Called when any new component is created.
Use this method to register the component into SystemComponents<T> and / or SystemEvents.
public virtual void OnCreatedComponent(Lazlo.Gocs.IComponent component);
component
IComponent
The component being created.