Home
last modified time | relevance | path

Searched refs:onWillInsertValueEvent_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h337 onWillInsertValueEvent_ = std::move(func); in SetOnWillInsertValueEvent()
342 if (onWillInsertValueEvent_) { in FireOnWillInsertValueEvent()
343 return onWillInsertValueEvent_(info); in FireOnWillInsertValueEvent()
411 std::function<bool(const InsertValueInfo&)> onWillInsertValueEvent_; variable