Class FrmFindDialog.FindCompleteEventArgs
Provides data about the FindComplete event when find complete its search.
Inheritance
System.Object
FrmFindDialog.FindCompleteEventArgs
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 |