Occurs when text search is finished.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public event EventHandler<FindCompletedEventArgs> FindCompleted
Visual Basic (Declaration)
Public Event FindCompleted As EventHandler(Of FindCompletedEventArgs)
Visual C++
public:
 event EventHandler<FindCompletedEventArgs^>^ FindCompleted {
	void add (EventHandler<FindCompletedEventArgs^>^ value);
	void remove (EventHandler<FindCompletedEventArgs^>^ value);
}

See Also