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

Marks a method in a provider class as an event declaration. More...

Detailed Description

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.

See also
Event System

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