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