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