This class represents the event arguments for delegate notifications.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
DelegatesNotificationEventArgs _
	
Inherits 
EventArgs
C#
public 
class 
DelegatesNotificationEventArgs : 
EventArgs
Visual C++
public 
ref class 
DelegatesNotificationEventArgs : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.Presence.DelegatesNotificationEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.Presence.DelegatesNotificationEventArgs',
	
EventArgs);

Remarks

This event argument is returned by the DelegateNotificationReceivedevent.

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration.Presence . . :: . DelegatesNotificationEventArgs

See Also