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 |