TextCompositionEventArgs::TextComposition Property

 

Gets the TextComposition associated with a TextComposition event.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property TextComposition^ TextComposition {
	TextComposition^ get();
}

Property Value

Type: System.Windows.Input::TextComposition^

A TextComposition object containing the text composition associated with this event.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: