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.

DiscoveryClient::FindProgressChanged Event

.NET Framework (current version)
 

Occurs every time the client receives a response from a particular service.

Namespace:   System.ServiceModel.Discovery
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

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

This event is useful if you are processing the results as they arrive. For more information about this event see Asynchronous Find Sample.

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