OH_ArkUI_NodeCustomEvent_GetNodeHandle

Function OH_ArkUI_NodeCustomEvent_GetNodeHandle 

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

Obtains a component object through a custom component event.

§Arguments

  • event - Indicates the pointer to the custom component event.

§Returns

  • Returns the component object.

Available since API-level: 12