This topic has not yet been rated - Rate this topic

TextCompositionEventArgs Properties

  Name Description
Public property ControlText Gets control text associated with a TextComposition event.
Public property Device  Gets the input device that initiated this event. (inherited from InputEventArgs)
Public property 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)
Public property OriginalSource  Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (inherited from RoutedEventArgs)
Public property RoutedEvent  Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (inherited from RoutedEventArgs)
Public property Source  Gets or sets a reference to the object that raised the event. (inherited from RoutedEventArgs)
Public property SystemText Gets system text associated with a TextComposition event.
Public property Text Gets input text associated with a TextComposition event.
Public property TextComposition Gets the TextComposition associated with a TextComposition event.
Public property Timestamp  Gets the time when this event occurred. (inherited from InputEventArgs)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.