• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ArkUI_TextChangeEvent
2
3
4## 概述
5
6定义输入框内容改变(包含预上屏内容)回调事件的返回值类型。
7
8**起始版本:** 15
9
10**相关模块:**[ArkUI_NativeModule](_ark_u_i___native_module.md)
11
12**所在头文件:** [native_node.h](native__node_8h.md)
13
14## 汇总
15
16
17### 成员变量
18
19| 名称 | 描述 |
20| -------- | -------- |
21| const char \* [pStr](#pstr) | 字符串数据。  |
22| const char \* [pExtendStr](#pextendstr) | 字符串数据。  |
23| const char \* [number](#number) | 整型数据。  |
24
25
26## 结构体成员变量说明
27
28
29### pStr
30
31```
32const char* ArkUI_TextChangeEvent::pStr
33```
34**描述:**
35
36字符串数据,输入框文本内容。
37
38### pExtendStr
39
40```
41const char* ArkUI_TextChangeEvent::pExtendStr
42```
43**描述:**
44
45字符串数据,预上屏内容。
46
47### number
48
49```
50const char* ArkUI_TextChangeEvent::number
51```
52**描述:**
53
54整型数据,预上屏内容插入位置。
55