If a tree of components are detached to a page, this method called only against the root one. For example, if component A has a child B and A is detached from page P, then aferComponentDetached(A, P) is called.
Note: exception thrown by this method is ignored (but logged). @param prevpage the previous page that comp belongs to.
|
|