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 | Description |
---|---|
System.String |