TopicTransformationCoreUnhandledElement 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: 2024.12.21.0
public event EventHandler<UnhandledElementEventArgs> UnhandledElement

Value

EventHandlerUnhandledElementEventArgs

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