TextEventArgs Class

Event arguments for passing text notifications.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
C#
public class TextEventArgs : EventArgs
Inheritance
Object    EventArgs    TextEventArgs

Constructors

TextEventArgs Create a new instance of the TextEventArgs Item.
TextEventArgs(String) Create a new instance of the TextEventArgs Item.

Properties

Value Get/Set the text to pass in this event.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also