NavigationCompletedDelegate Delegate

Represents the delegate for the NavigationCompletedEvent event

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public delegate void NavigationCompletedDelegate(
	NavigationCompletedParams eventParams
)

Parameters

eventParams  NavigationCompletedParams
Event parameters

See Also