CategoryNotificationReceived Event

The CategoryNotificationReceived event handler notes changes in the list presence category items.

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

Syntax

'Declaration
Public Event CategoryNotificationReceived As EventHandler(Of CategoryNotificationEventArgs)
'Usage
Dim instance As LocalOwnerPresence
Dim handler As EventHandler(Of CategoryNotificationEventArgs)

AddHandler instance.CategoryNotificationReceived, handler
public event EventHandler<CategoryNotificationEventArgs> CategoryNotificationReceived

See Also

Reference

LocalOwnerPresence Class

LocalOwnerPresence Members

Microsoft.Rtc.Collaboration.Presence Namespace