_IUCOfficeIntegrationEvents Interface

Exposes the events that are raised on an instance of IUCOfficeIntegration

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

dispinterface _IUCOfficeIntegrationEvents

Remarks

This is a dispinterface. Its members define the event handlers for the events raised by an IUCOfficeIntegration object. To catch the events, an OCOM API client must implement these event handlers and advise the event source of the implementation if it is interested in to receive the events. To prevent memory leaks, the client should unadvise the events when it is no longer interested in the events.The interface identifier (IID) of this interface is 8c9b6953-33cc-4a04-9da4-f71ae79da0c0.

See Also

_IUCOfficeIntegrationEvents Members

UCCollaborationLib Namespace