Delegate PDFViewWPF.FindTextFinsihedHandler
Delegate for when a text search is finished
Assembly: PDFNet.dll
Syntax
public delegate void FindTextFinsihedHandler(PDFViewWPF viewer, bool found, PDFViewWPF.Selection selection);
Parameters
Constructors
FindTextFinsihedHandler(Object, IntPtr)
Declaration
public FindTextFinsihedHandler(object A_0, IntPtr A_1)
Parameters
Type |
Name |
Description |
System.Object |
A_0 |
|
System.IntPtr |
A_1 |
|
Methods
BeginInvoke(PDFViewWPF, Boolean, PDFViewWPF.Selection, AsyncCallback, Object)
Declaration
public IAsyncResult BeginInvoke(PDFViewWPF viewer, bool found, PDFViewWPF.Selection selection, AsyncCallback callback, object obj)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(PDFViewWPF, Boolean, PDFViewWPF.Selection)
Declaration
public void Invoke(PDFViewWPF viewer, bool found, PDFViewWPF.Selection selection)
Parameters