...
This method is called to fire an event. The eventName is aa namespace-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.
...