Applying Changes Event ArgsDocument Property
This read-only property returns the topic document that will be modified
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
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 XmlDocument Document { get; }VB
Public ReadOnly Property Document As XmlDocument
GetC++
public:
property XmlDocument^ Document {
XmlDocument^ get ();
}F#
member Document : XmlDocument with getProperty Value
XmlDocumentRemarks
Event handlers can modify the topic's XML as needed