menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSearchCompletedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextSearchCompletedEventArgs

    Provides data for the TextSearchCompleted event.

    Inheritance
    System.Object
    TextSearchCompletedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class TextSearchCompletedEventArgs : EventArgs

    Constructors

    TextSearchCompletedEventArgs(String, String)

    Instantites a new instance of the TextSearchCompletedEventArgs.

    Declaration
    public TextSearchCompletedEventArgs(string searchText, string searchingResult)
    Parameters
    Type Name Description
    System.String searchText

    The text being searched.

    System.String searchingResult

    The result of the search operation.

    Properties

    SearchResult

    Gets or sets the result of the search operation.

    Declaration
    public string SearchResult { get; set; }
    Property Value
    Type
    System.String

    Text

    Gets or sets the text being searched.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Extension Methods

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