Instantiates a SearchResponseEventArgs instance.

C# | Visual Basic | Visual C++ |
public SearchResponseEventArgs( SearchResponse response )
Public Sub New ( _ response As SearchResponse _ )
public: SearchResponseEventArgs( SearchResponse^ response )

- response (SearchResponse)
- The SearchResponse to be identified by the event argument.