This class represents the event arguments for presence category notifications.

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

Syntax

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

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

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

Remarks

This event argument is returned by the CategoryNotificationReceivedevent.

Inheritance Hierarchy

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

See Also