PeerNearMe.RefreshDataCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signaled when the RefreshData() or RefreshDataAsync(Object) operation for the PeerNearMe instance is completed.
public:
event EventHandler<System::Net::PeerToPeer::Collaboration::RefreshDataCompletedEventArgs ^> ^ RefreshDataCompleted;
public event EventHandler<System.Net.PeerToPeer.Collaboration.RefreshDataCompletedEventArgs> RefreshDataCompleted;
member this.RefreshDataCompleted : EventHandler<System.Net.PeerToPeer.Collaboration.RefreshDataCompletedEventArgs>
Public Custom Event RefreshDataCompleted As EventHandler(Of RefreshDataCompletedEventArgs)
Event Type
Exceptions
The PeerNearMe object has been disposed.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.