AppliedChangesEventArgsDocument Property

This read-only property returns the topic document that was modified

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public XmlDocument Document { get; }

Property Value

XmlDocument

Remarks

Event handlers can further modify the topic's XML as needed

See Also