diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index 4bdcc29761cddbdc4b9b869b8e36d4e345998690..06f09b80e58999d0d67a7196fe64c317d07365ee 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -6085,6 +6085,19 @@ typedef enum {
*/
NODE_TEXT_PICKER_EVENT_ON_CHANGE = MAX_NODE_SCOPE_NUM * ARKUI_NODE_TEXT_PICKER,
+ /**
+ * @brief Defines the event triggered when an item is selected and scrolling has stopped in the
+ * ARKUI_NODE_TEXT_PICKER component.
+ *
+ * When the event callback occurs, the union type in the {@link ArkUI_NodeEvent} object is
+ * {@link ArkUI_NodeComponentEvent}. \n
+ * {@link ArkUI_NodeComponentEvent} contains one parameter:\n
+ * ArkUI_NodeComponentEvent.data[0...11].i32: value of the selected item. \n
+ *
+ * @since 14
+ */
+ NODE_TEXT_PICKER_EVENT_ON_SCROLL_STOP = 15001,
+
/**
* @brief Defines the event triggered when a date is selected in the NODE_CALENDAR_PICKER.
*