1# OH_NativeXComponent_Callback 2 3 4## 概述 5 6注册surface生命周期和触摸事件回调。 7 8**起始版本:** 9 108 11 12**相关模块:** 13 14[Native XComponent](_o_h___native_x_component.md) 15 16 17## 汇总 18 19 20### 成员变量 21 22 | 成员变量名称 | 描述 | 23| -------- | -------- | 24| [OnSurfaceCreated](_o_h___native_x_component.md#onsurfacecreated)| 创建surface时调用。 | 25| [OnSurfaceChanged](_o_h___native_x_component.md#onsurfacechanged)| 当surface改变时调用。 | 26| [OnSurfaceDestroyed](_o_h___native_x_component.md#onsurfacedestroyed)| 当surface被销毁时调用。 | 27| [DispatchTouchEvent](_o_h___native_x_component.md#dispatchtouchevent)| 当触摸事件被触发时调用。 | 28