TextCompositionEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The TextCompositionEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Handled Gets or sets a value that marks the routed event as handled, and prevents most handlers along the event route from handling the same event again.
Public propertySupported by Silverlight for Windows Phone OriginalSource Gets a reference to the object that raised the event. (Inherited from RoutedEventArgs.)
Public propertySupported by Silverlight for Windows Phone Text Gets or sets the text string that of the text composition.
Public propertySupported by Silverlight for Windows Phone TextComposition Gets or sets the text in the composition as a TextComposition object.

Top