Represents the Microsoft.Live.API.Event object.
Adds a handler to an event.
Required. The name of the event to which to add a handler.
Required. Specifies the name of the callback function to handle the event.
Removes a handler from an event.
Required. The name of the event from which to remove a handler.
Optional. Removes the callback function from the event. If this parameter is omitted or is null, all callback functions that are registered to the event are removed. Removes the callback function from the specified event.