Class UnreachableTextFoundEventArgs
Provides data for the UnreachableTextFound event of the EditControl control.
Inheritance
System.Object
UnreachableTextFoundEventArgs
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class UnreachableTextFoundEventArgs : EventArgs
Constructors
UnreachableTextFoundEventArgs(String, IParsePoint)
Initializes a new instance of UnreachableTextFoundEventArgs class.
Declaration
public UnreachableTextFoundEventArgs(string text, IParsePoint point)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | Searched text. |
| IParsePoint | point | Point of the location of unreachable text. |
Fields
ContinueSearch
Indicates whether search must be continued or not.
Declaration
public bool ContinueSearch
Field Value
| Type |
|---|
| System.Boolean |
Point
Gets the point of the unreachable text.
Declaration
public IParsePoint Point
Field Value
| Type |
|---|
| IParsePoint |
Text
Holds the searched text value.
Declaration
public string Text
Field Value
| Type |
|---|
| System.String |