Assembly: EPiServer (in EPiServer.dll) Version: 8.0.0
Occurs when a page list failed for some reason.
C# |
---|
public event ChildrenEventHandler FailedLoadingChildren |
This event is generated if a LoadingChildrem is NOT followed by a LoadedChildren, i e FailedLoadingChildren is called instead of LoadedChildren. This is typically used if you need to clean up something that was initiated by LoadingChildren.