BuildComponentCoreOnComponentEvent Method

This can be used to raise the ComponentEvent event with the specified event arguments.

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
protected void OnComponentEvent(
	EventArgs e
)

Parameters

e  EventArgs
The event arguments. This can be Empty or a derived event arguments class containing information to pass to the event handlers.

See Also