Enfusion Script API
Loading...
Searching...
No Matches
ReceiverAttribute Interface Reference

Marks a method in a class as a valid event receiver callback. More...

Detailed Description

Marks a method in a class as a valid event receiver callback.

The ReceiverAttribute is used to annotate methods within a receiver class that are eligible to handle events from an EventProvider. Only methods marked with this attribute can be connected to provider events using ConnectEvent.

Methods must have a signature compatible with the associated event.

See also
Event System

The documentation for this interface was generated from the following file: