Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ContactManager::SubscriptionListChanged Event

 

Raised when the list of subscribed contacts changes.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
event EventHandler<SubscriptionListChangedEventArgs^>^ SubscriptionListChanged {
	void add(EventHandler<SubscriptionListChangedEventArgs^>^ value);
	void remove(EventHandler<SubscriptionListChangedEventArgs^>^ value);
}

Exception Condition
ObjectDisposedException

The object has been disposed.

Since subscriptions are per user and not per process or per application domain, another application running on the host may also cause this event to be raised.

This event requires a PermissionState of Unrestricted.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft