menu

WinForms

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

    Show / Hide Table of Contents

    Class FrmFindDialog.FindCompleteEventArgs

    Provides data about the FindComplete event when find complete its search.

    Inheritance
    System.Object
    System.EventArgs
    FrmFindDialog.FindCompleteEventArgs
    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 FindCompleteEventArgs : EventArgs

    Constructors

    FindCompleteEventArgs(String)

    Initilaizes a new instance of the FrmFindDialog.FindCompleteEventArgs class.

    Declaration
    public FindCompleteEventArgs(string msg)
    Parameters
    Type Name Description
    System.String msg

    Set the message

    Properties

    Message

    Gets or sets the message regarding whether searching was completed.

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