Struct InsertTextEventRef
Represents a platform-level input event requesting insertion of text at the current caret or selection position.
public ref struct InsertTextEventRef
- Inherited Members
Remarks
This event originates from the Actual
window and is forwarded
to the Abstract
layer for dispatch through the view hierarchy.
It is typically triggered by user input such as typing characters,
pasting from the clipboard, or text input from IMEs.
Constructors
InsertTextEventRef(string)
Initializes a new instance of the InsertTextEventRef struct with the specified text to insert.
public InsertTextEventRef(string text)
Parameters
text
stringThe string of text to be inserted.
Fields
Text
The text to be inserted into the current input context.
public readonly string Text