Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This method is called to fire an event.  The eventName is anamespace-style name. The sender maintains a reference to the object which raised the event.  The eventData is a custom object which may be updated by the event handlers in succession.  The returned EventHubData class simply contains these three parameters as properties, as updated by the handlers.

...