OH_ArkUI_NodeContentEvent_GetNodeContentHandle

Function OH_ArkUI_NodeContentEvent_GetNodeContentHandle 

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

Obtains the node content object that triggers a node content event.

§Arguments

  • event - Indicates the pointer to the node content event.

§Returns

  • Returns the node content object that triggers the node content event.

Available since API-level: 12