LocalOwnerPresence.CategoryNotificationReceived Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This event will be removed from future versions. Use the 'PresenceNotificationReceived' event instead.
Raised when notification for presence categories is received.
public:
event EventHandler<Microsoft::Rtc::Collaboration::Presence::CategoryNotificationEventArgs ^> ^ CategoryNotificationReceived;
[System.Obsolete("This event will be removed from future versions. Use the 'PresenceNotificationReceived' event instead.")]
public event EventHandler<Microsoft.Rtc.Collaboration.Presence.CategoryNotificationEventArgs> CategoryNotificationReceived;
member this.CategoryNotificationReceived : EventHandler<Microsoft.Rtc.Collaboration.Presence.CategoryNotificationEventArgs>
Public Custom Event CategoryNotificationReceived As EventHandler(Of CategoryNotificationEventArgs)
Event Type
- Attributes