TextCompositionManager.PreviewTextInputStart Attached Event

Definition

Occurs when a new TextComposition is started.

see AddPreviewTextInputStartHandler, and RemovePreviewTextInputStartHandler
see AddPreviewTextInputStartHandler, and RemovePreviewTextInputStartHandler
see AddPreviewTextInputStartHandler, and RemovePreviewTextInputStartHandler

Remarks

This is the tunneling version of this event. For the bubbling version, see TextInputStart.

This is an attached event identified by the PreviewTextInputStartEvent field. Use the AddPreviewTextInputStartHandler and RemovePreviewTextInputStartHandler methods to manage this event on a specified dependency object.

Applies to

See also