_ICustomGroupEvents.OnNameChanged Method
Invoked when custom group name changes. The new group name is provided by IGroupNameChangedEventData.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT OnNameChanged
(
IGroup* eventSource,
IGroupNameChangedEventData* eventData
);
Parameters
- eventSource
Type: UCCollaborationLib.IGroup
A value of the IGroup type.
- eventData
Type: UCCollaborationLib.IGroupNameChangedEventData
A value of the IGroupNameChangedEventData type.