TextCompositionManager.AddPreviewTextInputHandler Method
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.
Adds a handler for the PreviewTextInput attached event.
public:
static void AddPreviewTextInputHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::TextCompositionEventHandler ^ handler);
public static void AddPreviewTextInputHandler (System.Windows.DependencyObject element, System.Windows.Input.TextCompositionEventHandler handler);
static member AddPreviewTextInputHandler : System.Windows.DependencyObject * System.Windows.Input.TextCompositionEventHandler -> unit
Public Shared Sub AddPreviewTextInputHandler (element As DependencyObject, handler As TextCompositionEventHandler)
Parameters
- element
- DependencyObject
A dependency object to add the event handler to. The dependency object must be a UIElement or a ContentElement.
- handler
- TextCompositionEventHandler
A delegate that designates the handler to add.
Remarks
This method adds a handler for the tunneling version of this event. For information about the bubbling version of this event, see TextInput.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา