Silverlight SDK for Microsoft Bing
SearchCompletedEventArgs Class
OverviewMicrosoft.Bing.ServiceSearchCompletedEventArgs
Declaration Syntax
C#Visual BasicVisual C++
public class SearchCompletedEventArgs : AsyncCompletedEventArgs
Public Class SearchCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
public ref class SearchCompletedEventArgs : public AsyncCompletedEventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SearchCompletedEventArgs(array<Object>[]()[], Exception, Boolean, Object)
Cancelled
Gets a value indicating whether an asynchronous operation has been canceled.
(Inherited from AsyncCompletedEventArgs.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Error
Gets a value indicating which error occurred during an asynchronous operation.
(Inherited from AsyncCompletedEventArgs.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Result
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UserState
Gets the unique identifier for the asynchronous task.
(Inherited from AsyncCompletedEventArgs.)
Inheritance Hierarchy
Object
EventArgs
 AsyncCompletedEventArgs
  SearchCompletedEventArgs

Assembly: Microsoft.Bing.Data (Module: Microsoft.Bing.Data) Version: 1.0.0.0 (1.0.0.0)