OH_ArkUI_NodeEvent_GetNodeHandle

Function OH_ArkUI_NodeEvent_GetNodeHandle 

Source
pub unsafe extern "C" fn OH_ArkUI_NodeEvent_GetNodeHandle(
    event: *mut ArkUI_NodeEvent,
) -> ArkUI_NodeHandle
Available on crate feature api-12 only.
Expand description

Obtains the component object that triggers a component event.

§Arguments

  • event - Indicates the pointer to the component event.

§Returns

  • Returns the component object that triggers the component event.

Available since API-level: 12