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 | Description |
---|---|
System.String |
Text
Gets or sets the text being searched.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |