Raised when notification for container memberships is received.

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

Syntax

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

ContainerNotificationEventArgs)
C#
public event 
EventHandler<

ContainerNotificationEventArgs> 
ContainerNotificationReceived
Visual C++
public:
 
event 
EventHandler<

ContainerNotificationEventArgs^>^ 
ContainerNotificationReceived {
	
void 
add (
EventHandler<

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

ContainerNotificationEventArgs^>^ 
value);
}
JavaScript
function add_
containerNotificationReceived(
value);
function remove_
containerNotificationReceived(
value);

See Also