Silverlight SDK for Microsoft Bing
Error Event
OverviewMicrosoft.BingISearchEngineError
Specifies an event which will fire when an error ocurrs while executing a search
Declaration Syntax
C#Visual BasicVisual C++
Event Error As EventHandler(Of ErrorEventArgs)
 event EventHandler<ErrorEventArgs^>^ Error {
	void add (EventHandler<ErrorEventArgs^>^ value);
	void remove (EventHandler<ErrorEventArgs^>^ value);
}

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