Topic Transformation CoreOn Unhandled Element Method
This is used to raise the UnhandledElement event
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public virtual void OnUnhandledElement(
string elementName,
string parentElementName
)VB
Public Overridable Sub OnUnhandledElement (
elementName As String,
parentElementName As String
)C++
public:
virtual void OnUnhandledElement(
String^ elementName,
String^ parentElementName
)F#
abstract OnUnhandledElement :
elementName : string *
parentElementName : string -> unit
override OnUnhandledElement :
elementName : string *
parentElementName : string -> unit