TextCompositionManager Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides facilities for managing events related to input and text compositions.
public ref class TextCompositionManager sealed : System::Windows::Threading::DispatcherObjectpublic sealed class TextCompositionManager : System.Windows.Threading.DispatcherObjecttype TextCompositionManager = class
    inherit DispatcherObjectPublic NotInheritable Class TextCompositionManager
Inherits DispatcherObject- Inheritance
Fields
| PreviewTextInputEvent | Identifies the PreviewTextInput attached event. | 
| PreviewTextInputStartEvent | Identifies the PreviewTextInputStart attached event. | 
| PreviewTextInputUpdateEvent | Identifies the PreviewTextInputUpdate attached event. | 
| TextInputEvent | Identifies the TextInput attached event. | 
| TextInputStartEvent | Identifies the TextInputStart attached event. | 
| TextInputUpdateEvent | Identifies the TextInputUpdate attached event. | 
Properties
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with.(Inherited from DispatcherObject) | 
Methods
Attached Events
| PreviewTextInput | Occurs when a TextComposition is completed. | 
| PreviewTextInputStart | Occurs when a new TextComposition is started. | 
| PreviewTextInputUpdate | Occurs when a TextComposition is updated. | 
| TextInput | Occurs when a TextComposition is completed. | 
| TextInputStart | Occurs when a new TextComposition is started. | 
| TextInputUpdate | Occurs when a TextComposition is updated. |