_IContactManagerEvents.OnGroupAdded Method
Raised when a group is added to a group collection. The updated group collection can be obtained from the IContactManager.Groups property.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT OnGroupAdded
(
IContactManager* eventSource,
IGroupCollectionChangedEventData* eventData
);
Parameters
- eventSource
Type: UCCollaborationLib.IContactManager
A value of the IContactManager type.
- eventData
Type: UCCollaborationLib.IGroupCollectionChangedEventData
A value of the IGroupCollectionChangedEventData type.