Unhandled Element Event ArgsParent Element Name Property
The parent element name of the unhandled element
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 string ParentElementName { get; }VB
Public ReadOnly Property ParentElementName As String
GetC++
public:
property String^ ParentElementName {
String^ get ();
}F#
member ParentElementName : string with get