TextCompositionManager Class
Definition
Provides facilities for managing events related to input and text compositions.
public ref class TextCompositionManager sealed : System::Windows::Threading::DispatcherObject
public sealed class TextCompositionManager : System.Windows.Threading.DispatcherObject
type TextCompositionManager = class
inherit DispatcherObject
Public 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. |