Table of Contents

TopicTransformationCore.UnhandledElement Event

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

This event is raised to notify the user of an unhandled element

public event EventHandler<UnhandledElementEventArgs> UnhandledElement

Returns

EventHandler<UnhandledElementEventArgs>
This event is raised to notify the user of an unhandled element

Remarks

The unhandled element may be incorrectly spelled or may be a custom element for which a new handler needs to be added.