阅读(1454) (6)

鸿蒙OS Component.DoubleClickedListener

2022-09-05 10:14:32 更新

Component.DoubleClickedListener

public static interface Component.DoubleClickedListener

提供双击组件时要调用的回调。

方法总结

修饰符和类型 方法 描述
void onDoubleClick(Component component) 双击组件时调用。

方法详情

onDoubleClick

void onDoubleClick(Component component)

双击组件时调用。

参数:

参数名称 参数描述
component 表示要双击的组件。