This class represents the event arguments for contact group notifications.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
ContactGroupNotificationEventArgs _
	
Inherits 
EventArgs
C#
public 
class 
ContactGroupNotificationEventArgs :

EventArgs
Visual C++
public 
ref class 
ContactGroupNotificationEventArgs :

public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.ContactsGroups.ContactGroupNotificationEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.ContactsGroups.ContactGroupNotificationEventArgs',
	
EventArgs);

Remarks

This event argument is returned by the NotificationReceivedevent.

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration.ContactsGroups . . :: . ContactGroupNotificationEventArgs

See Also