![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Checks if a named event exists and can be registered for.
valid = C_EventUtils.IsEventValid(eventName)
Arguments
- eventName
- string - The name of the event to query.
Returns
- valid
- boolean -
trueif the named event exists and can be registered for,falseif not.
Patch changes
Patch 10.0.0 (2022-10-25): Added.
