TextEventArgs(String) Constructor

Create a new instance of the TextEventArgs Item.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.3016.3818
C#
public TextEventArgs(
	string value
)

Parameters

value  String
Notification value to send.

See Also