ConverterOnTargetUnitNotFound Method

Raises the TargetUnitNotFound event when the specified target unit name could not be found.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.3016.3818
C#
protected virtual void OnTargetUnitNotFound(
	string unitName
)

Parameters

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

See Also