Raised when notification for presence categories is received.

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

Syntax

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

CategoryNotificationEventArgs)
C#
public event 
EventHandler<

CategoryNotificationEventArgs> 
CategoryNotificationReceived
Visual C++
public:
 
event 
EventHandler<

CategoryNotificationEventArgs^>^ 
CategoryNotificationReceived {
	
void 
add (
EventHandler<

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

CategoryNotificationEventArgs^>^ 
value);
}
JavaScript
function add_
categoryNotificationReceived(
value);
function remove_
categoryNotificationReceived(
value);

See Also