|
Enfusion Script API
|
Marks a method in a provider class as an event declaration. More...
Marks a method in a provider class as an event declaration.
The EventAttribute designates a method as an event that can be thrown by an EventProvider. These event methods are invocable through ThrowEvent and represent the event's signature.
Only methods in classes derived from EventProvider and marked with this attribute are available for binding to receiver callbacks.