FindProgressChangedEventArgs Class

Definition

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
FindProgressChangedEventArgs

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)

Applies to