_IContactManagerEvents.OnGroupRemoved Method
Raised when a group is removed from 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 OnGroupRemoved
(
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.