|
Enfusion Script API
|
Marks a method in a class as a valid event receiver callback. More...
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.