Is raised if the required text is found

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public event FindEventHandler Find
Visual Basic (Declaration)
Public Event Find As FindEventHandler
Visual C++
public:
 event FindEventHandler^ Find {
	void add (FindEventHandler^ value);
	void remove (FindEventHandler^ value);
}

See Also