harmony 鸿蒙ArkUI_TextChangeEvent

  • 2025-06-12
  • 浏览 (7)

ArkUI_TextChangeEvent

Overview

Defines the return types for the callback events triggered when the content of an input box changes, including the preview content.

Since: 15

Related module: ArkUI_NativeModule

Summary

Member Variables

Name Description
const char * pStr Text content of the text box.
const char * pExtendStr Preview content.
const char * number Insertion position of the preview content.

Member Variable Description

pStr

const char* ArkUI_TextChangeEvent::pStr

Description

Text content of the text box.

pExtendStr

const char* ArkUI_TextChangeEvent::pExtendStr

Description

Preview content.

number

const char* ArkUI_TextChangeEvent::number

Description

Insertion position of the preview content.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkUI

harmony 鸿蒙ARKUI_TextPickerCascadeRangeContent

harmony 鸿蒙ARKUI_TextPickerRangeContent

harmony 鸿蒙ArkUI_AnimateCompleteCallback

harmony 鸿蒙ArkUI_AttributeItem

harmony 鸿蒙ArkUI_ColorStop

harmony 鸿蒙ArkUI_ContextCallback

harmony 鸿蒙ArkUI_EventModule

harmony 鸿蒙ArkUI_ExpectedFrameRateRange

harmony 鸿蒙ArkUI_IntOffset

0  赞