PeerContact::OnSubscribeCompleted Method (SubscribeCompletedEventArgs^)
.NET Framework (current version)
Raises the SubscribeCompleted event.
Assembly: System.Net (in System.Net.dll)
Parameters
- e
-
Type:
System.Net.PeerToPeer.Collaboration::SubscribeCompletedEventArgs^
The SubscribeCompletedEventArgs or SubscriptionListChangedEventArgs object associated with the SubscribeCompleted event.
Classes that inherit from this class can override this method to perform additional tasks when the SubscribeCompleted event occurs.
Notes to Inheritors:
A derived class must call the base class implementation of this method so that registered delegates receive the event.
.NET Framework
Available since 3.5
Available since 3.5
Show: