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.

PeerNearMe::RefreshDataCompleted Event

 

Signaled when the RefreshData or RefreshDataAsync operation for the PeerNearMe instance is completed.

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

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

Exception Condition
ObjectDisposedException

The PeerNearMe object has been disposed.

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