TextCompositionEventArgs Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| ControlText | Gets control text associated with a TextComposition event. |
| Device | Gets the input device that initiated this event. (inherited from InputEventArgs) |
| Handled | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (inherited from RoutedEventArgs) |
| OriginalSource | Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (inherited from RoutedEventArgs) |
| RoutedEvent | Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (inherited from RoutedEventArgs) |
| Source | Gets or sets a reference to the object that raised the event. (inherited from RoutedEventArgs) |
| SystemText | Gets system text associated with a TextComposition event. |
| Text | Gets input text associated with a TextComposition event. |
| TextComposition | Gets the TextComposition associated with a TextComposition event. |
| Timestamp | Gets the time when this event occurred. (inherited from InputEventArgs) |