ContainerNotificationReceived Event

The ContainerNotificationReceived event handler notes changes in the membership of containers.

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

Syntax

'Declaration
Public Event ContainerNotificationReceived As EventHandler(Of ContainerNotificationEventArgs)
'Usage
Dim instance As LocalOwnerPresence
Dim handler As EventHandler(Of ContainerNotificationEventArgs)

AddHandler instance.ContainerNotificationReceived, handler
public event EventHandler<ContainerNotificationEventArgs> ContainerNotificationReceived

See Also

Reference

LocalOwnerPresence Class

LocalOwnerPresence Members

Microsoft.Rtc.Collaboration.Presence Namespace