Delegate FindTextEventHandler
Delegate which is used for raising 'the FindText' event by FindDialog.
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public delegate void FindTextEventHandler(object sender, FindTextEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
Source of the event
|
FindTextEventArgs |
e |
FindTextEventArgs instance
|
Constructors
FindTextEventHandler(Object, IntPtr)
Declaration
public FindTextEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, FindTextEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FindTextEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
FindTextEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, FindTextEventArgs)
Declaration
public virtual void Invoke(object sender, FindTextEventArgs e)
Parameters