UWP

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

    Show / Hide Table of Contents

    Class SfPdfViewerControl.TextSearchCompletedEventHandler

    Represents the method that handles the TextSearchCompleted event.

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

    Constructors

    TextSearchCompletedEventHandler(Object, IntPtr)

    Declaration
    public TextSearchCompletedEventHandler(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