Altsoft Xml2PDF reference library
APLogStageHandler Delegate
NamespacesAltsoft.Publisher.LogsAPLogStageHandler
Handler for OnStartStage & OnEndStage events.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void APLogStageHandler(
	string stageDescription,
	string parentDescription,
	double weight
)
Public Delegate Sub APLogStageHandler ( _
	stageDescription As String, _
	parentDescription As String, _
	weight As Double _
)
public delegate void APLogStageHandler(
	String^ stageDescription, 
	String^ parentDescription, 
	double weight
)
Parameters
stageDescription (String)
Current stage description.
parentDescription (String)
Parent stage description.
weight (Double)
Current stage weight.

Assembly: Altsoft.Xml2PDF.Server (Module: Altsoft.Xml2PDF.Server)