Event handler to notify about contacts and groups changes.

Namespace:  Microsoft.Rtc.Collaboration.ContactsGroups
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public Event 
NotificationReceived 
As 
EventHandler(
Of 

ContactGroupNotificationEventArgs)
C#
public event 
EventHandler<

ContactGroupNotificationEventArgs> 
NotificationReceived
Visual C++
public:
 
event 
EventHandler<

ContactGroupNotificationEventArgs^>^ 
NotificationReceived {
	
void 
add (
EventHandler<

ContactGroupNotificationEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

ContactGroupNotificationEventArgs^>^ 
value);
}
JavaScript
function add_
notificationReceived(
value);
function remove_
notificationReceived(
value);

See Also