FindProgressChangedEventArgs Class    
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.
Arguments for the FindProgressChanged event.
public ref class FindProgressChangedEventArgs : System::ComponentModel::ProgressChangedEventArgs
	public class FindProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
	type FindProgressChangedEventArgs = class
    inherit ProgressChangedEventArgs
	Public Class FindProgressChangedEventArgs
Inherits ProgressChangedEventArgs
		- Inheritance
 
Properties
| EndpointDiscoveryMetadata | 
		 Gets the EndpointDiscoveryMetadata instance associated with the current ongoing find operation.  | 
        	
| MessageSequence | 
		 Gets the DiscoveryMessageSequence instance associated with the current ongoing find operation.  | 
        	
| ProgressPercentage | 
		 Gets the asynchronous task progress percentage. (Inherited from ProgressChangedEventArgs) | 
        	
| UserState | 
		 Gets a unique user state. (Inherited from ProgressChangedEventArgs) | 
        	
Methods
| Equals(Object) | 
		 Determines whether the specified object is equal to the current object. (Inherited from Object) | 
        	
| GetHashCode() | 
		 Serves as the default hash function. (Inherited from Object) | 
        	
| GetType() | 
		 Gets the Type of the current instance. (Inherited from Object) | 
        	
| MemberwiseClone() | 
		 Creates a shallow copy of the current Object. (Inherited from Object) | 
        	
| ToString() | 
		 Returns a string that represents the current object. (Inherited from Object) |