FindItemCompletedEventArgs Members

The FindItemCompletedEventArgs class provides data for the FindItemCompleted event.

The following tables list the members exposed by the FindItemCompletedEventArgs type.

Public Fields

  Name Description
Bb426048.pubfield(en-us,EXCHG.80).gifBb426048.static(en-us,EXCHG.80).gif Empty  (inherited from EventArgs )

Top

Public Properties

  Name Description
Bb426048.pubproperty(en-us,EXCHG.80).gif Cancelled  (inherited from AsyncCompletedEventArgs )
Bb426048.pubproperty(en-us,EXCHG.80).gif Error  (inherited from AsyncCompletedEventArgs )
Bb426048.pubproperty(en-us,EXCHG.80).gif Result The Result class gets the response from an asynchronous call to the FindItem operation.
Bb426048.pubproperty(en-us,EXCHG.80).gif UserState  (inherited from AsyncCompletedEventArgs )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb426048.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Bb426048.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Bb426048.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Bb426048.pubmethod(en-us,EXCHG.80).gifBb426048.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Bb426048.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb426048.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Bb426048.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )
Bb426048.protmethod(en-us,EXCHG.80).gif RaiseExceptionIfNecessary  (inherited from AsyncCompletedEventArgs )

Top