TopicTransformationCore.UnhandledElement Event

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

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public event EventHandler<UnhandledElementEventArgs> UnhandledElement

Value

EventHandler<UnhandledElementEventArgs>

Remarks

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

See Also