|
Marks a method in a provider class as an event declaration. More...
Public Member Functions | |
| void | EventAttribute (bool bFilterConnectionsOnly=false) |
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.
| void EventAttribute.EventAttribute | ( | bool | bFilterConnectionsOnly = false | ) |