# Register Events

Grammar — Register events
FlagsSubFunctions | Action

When used in a custom event definition, this associates one or more native events with the custom event. When used in a trigger, this dynamically registers new events with the trigger. Note that registering the same event with a trigger multiple times may cause it to execute multiple times in response to the event, so that should generally be avoided.

Returns — void

Category: Trigger / Basic

# Examples

— None found —