Home
last modified time | relevance | path

Searched defs:TextChangeEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_event_hub.h24 using TextChangeEvent = std::function<void(const std::vector<std::string>&, const std::vector<doubl… variable
38 void SetOnChange(TextChangeEvent&& TextChangeEvent) in SetOnChange() argument
H A Dtextpicker_model.h47 using TextChangeEvent = std::function<void(const std::string&, double)>; variable