menu

UWP

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

    Show / Hide Table of Contents

    Class TextSearchInitiatedEventArgs

    Provides data for the TextSearchInitiated event.

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

    Constructors

    TextSearchInitiatedEventArgs(String)

    Creates a new instance of the TextSearchInitiatedEventArgs class.

    Declaration
    public TextSearchInitiatedEventArgs(string targetText)
    Parameters
    Type Name Description
    System.String targetText

    The text being searched.

    Properties

    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