WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnreachableTextFoundEventArgs

    Show / Hide Table of Contents

    Class UnreachableTextFoundEventArgs

    Provides data for the UnreachableTextFound event of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    UnreachableTextFoundEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean

    Point

    Gets the point of the unreachable text.

    Declaration
    public IParsePoint Point
    Field Value
    Type Description
    IParsePoint

    Text

    Holds the searched text value.

    Declaration
    public string Text
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved