Silverlight SDK for Microsoft Bing
SearchResponseEventArgs Constructor (response)
OverviewMicrosoft.BingSearchResponseEventArgsSearchResponseEventArgs(SearchResponse)
Instantiates a SearchResponseEventArgs instance.
Declaration Syntax
C#Visual BasicVisual C++
public SearchResponseEventArgs(
	SearchResponse response
)
Public Sub New ( _
	response As SearchResponse _
)
public:
SearchResponseEventArgs(
	SearchResponse^ response
)
Parameters
response (SearchResponse)
The SearchResponse to be identified by the event argument.

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