UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfPdfViewerControl.TextFoundEventHandler

    Show / Hide Table of Contents

    Class SfPdfViewerControl.TextFoundEventHandler

    Represents the method that handles the TextFound event.

    Inheritance
    System.Object
    SfPdfViewerControl.TextFoundEventHandler
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public sealed class TextFoundEventHandler : MulticastDelegate

    Constructors

    TextFoundEventHandler(Object, IntPtr)

    Declaration
    public TextFoundEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, EventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, EventArgs args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs args
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, EventArgs)

    Declaration
    public virtual void Invoke(object sender, EventArgs args)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs args

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved