ConverterOnSourceUnitNotFound Method

Raises the SourceUnitNotFound event when the specified source unit name could not be found.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
C#
protected virtual void OnSourceUnitNotFound(
	string unitName
)

Parameters

unitName  String
Name of the unit that could not be found.

See Also