Occurs when a page list failed for some reason.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public event ChildrenEventHandler FailedLoadingChildren |
Remarks
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.