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