Class FrmFindDialog.FindNextEventArgs
Provides data about the Found event when find reaches the start point.
Inheritance
System.Object
FrmFindDialog.FindNextEventArgs
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 |