Silverlight SDK for Microsoft Bing
SearchResponseEventArgs Class
OverviewMicrosoft.BingSearchResponseEventArgs
Implements an event argument for identification of a SearchResponse object.
Declaration Syntax
C#Visual BasicVisual C++
public class SearchResponseEventArgs : EventArgs
Public Class SearchResponseEventArgs _
	Inherits EventArgs
public ref class SearchResponseEventArgs : public EventArgs
Members
All MembersConstructorsMethodsFields



IconMemberDescription
SearchResponseEventArgs(SearchResponse)
Instantiates a SearchResponseEventArgs instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Response
The SearchResponse identified by the event argument.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 SearchResponseEventArgs

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