PeerContact.OnSubscribeCompleted(SubscribeCompletedEventArgs) Method
Definition
Raises the SubscribeCompleted event.
protected:
void OnSubscribeCompleted(System::Net::PeerToPeer::Collaboration::SubscribeCompletedEventArgs ^ e);
protected void OnSubscribeCompleted (System.Net.PeerToPeer.Collaboration.SubscribeCompletedEventArgs e);
member this.OnSubscribeCompleted : System.Net.PeerToPeer.Collaboration.SubscribeCompletedEventArgs -> unit
Protected Sub OnSubscribeCompleted (e As SubscribeCompletedEventArgs)
Parameters
The SubscribeCompletedEventArgs or SubscriptionListChangedEventArgs object associated with the SubscribeCompleted event.
Remarks
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.