Applying Changes Event ArgsComponent Id Property
This read-only property returns the ID of the component that is about to apply the changes
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 string ComponentId { get; }VB
Public ReadOnly Property ComponentId As String
GetC++
public:
property String^ ComponentId {
String^ get ();
}F#
member ComponentId : string with get