AppliedChangesEventArgs Constructor

Constructor

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public AppliedChangesEventArgs(
	string groupId,
	string componentId,
	string key,
	XmlDocument document
)

Parameters

groupId  String
The group ID of the component
componentId  String
The component ID
key  String
The topic key
document  XmlDocument
The topic document

See Also