LocalOwnerPresence.CategoryNotificationReceived Event
NOTE: This API is now obsolete.
Raised when notification for presence categories is received.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This event will be removed from future versions. Use the 'PresenceNotificationReceived' event instead.")> _
Public Event CategoryNotificationReceived As EventHandler(Of CategoryNotificationEventArgs)
'Usage
Dim instance As LocalOwnerPresence
Dim handler As EventHandler(Of CategoryNotificationEventArgs)
AddHandler instance.CategoryNotificationReceived, handler
[ObsoleteAttribute("This event will be removed from future versions. Use the 'PresenceNotificationReceived' event instead.")]
public event EventHandler<CategoryNotificationEventArgs> CategoryNotificationReceived