In This Article

TextCompositionEventArgs Class

Provides arguments for a text composition event.

public class TextCompositionEventArgs : EventArgs
Inheritance:
object EventArgs object

Constructors

TextCompositionEventArgs(string)

Provides arguments for a text composition event.

public TextCompositionEventArgs(string text)
Parameter Type Description
text string

The input text.

Properties

Handled

Indicates whether the event has been handled.

public bool Handled { get; set; }

Property Value

bool:

true if the event has been handled; otherwise, false.

Text

The input text.

public string Text { get; }

Property Value

string

Inherited Members

Extension Methods