Applying Changes Event Args Constructor
Constructor
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 ApplyingChangesEventArgs(
string groupId,
string componentId,
string key,
XmlDocument document
)VB
Public Sub New (
groupId As String,
componentId As String,
key As String,
document As XmlDocument
)C++
public:
ApplyingChangesEventArgs(
String^ groupId,
String^ componentId,
String^ key,
XmlDocument^ document
)F#
new :
groupId : string *
componentId : string *
key : string *
document : XmlDocument -> ApplyingChangesEventArgsParameters
- groupId String
- The group ID of the component
- componentId String
- The component ID
- key String
- The topic key
- document XmlDocument
- The topic document