TextEventArgs(String) Constructor

Create a new instance of the TextEventArgs Item.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
C#
public TextEventArgs(
	string value
)

Parameters

value  String
Notification value to send.

See Also