TextCompositionEventArgs Class
Provides arguments for a text composition event.
public class TextCompositionEventArgs : EventArgs
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:
trueif the event has been handled; otherwise,false.
Text
The input text.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()