ApplyingChangesEventArgsDocument 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: 2024.9.12.0
public XmlDocument Document { get; }

Property Value

XmlDocument

Remarks

Event handlers can modify the topic's XML as needed

See Also