menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FrmFindDialog.FindNextEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FrmFindDialog.FindNextEventArgs

    Provides data about the Found event when find reaches the start point.

    Inheritance
    System.Object
    System.EventArgs
    FrmFindDialog.FindNextEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Edit.Dialogs
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class FindNextEventArgs : EventArgs

    Constructors

    FindNextEventArgs(FindResult, FindNextResult)

    Initilaizes a new instance of the FrmFindDialog.FindNextEventArgs class.

    Declaration
    public FindNextEventArgs(FindResult findResult, FindNextResult findNextResult)
    Parameters
    Type Name Description
    FindResult findResult

    FindResult of current Find Process

    FindNextResult findNextResult

    FindNextResult of current Find Process

    Properties

    FindNextResult

    Gets the FindNextResult of current find progress.

    Declaration
    public FindNextResult FindNextResult { get; }
    Property Value
    Type
    FindNextResult

    FindResult

    Gets the FindResult of current find progress.

    Declaration
    public FindResult FindResult { get; }
    Property Value
    Type
    FindResult
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved