Lines Matching refs:event
21 * tree node operations, attribute setting, and event listening.
71 * @brief Defines a struct for a dialog box dismiss event.
275 * @brief Registers a listener for the dismiss event of the custom dialog box.
279 * @param callback Indicates the callback for the dismiss event of the custom dialog box.
285 ArkUI_NativeDialogHandle handle, void* userData, void (*callback)(ArkUI_DialogDismissEvent* event));
291 * @param event Indicates the pointer to a dialog box dismiss event object.
296 void OH_ArkUI_DialogDismissEvent_SetShouldBlockDismiss(ArkUI_DialogDismissEvent* event, bool shouldBlockDismiss);
299 * @brief Obtains the pointer to user data in a dialog box dismiss event object.
301 * @param event Indicates the pointer to a dialog box dismiss event object.
306 void* OH_ArkUI_DialogDismissEvent_GetUserData(ArkUI_DialogDismissEvent* event);
309 * @brief Obtains the c from a dialog box dismiss event object.
311 * @param event Indicates the pointer to a dialog box dismiss event object.
321 int32_t OH_ArkUI_DialogDismissEvent_GetDismissReason(ArkUI_DialogDismissEvent* event);