UnhandledElementEventArgs Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public UnhandledElementEventArgs(
	string key,
	string elementName,
	string parentElementName
)

Parameters

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

See Also