TopicTransformationCoreOnUnhandledElement Method

This is used to raise the UnhandledElement event

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual void OnUnhandledElement(
	string elementName,
	string parentElementName
)

Parameters

elementName  String
The unhandled element name
parentElementName  String
The parent element name of the unhandled element

See Also