Class TextSelectionCompletedEventArgs
Provides the data for the TextSelectionCompleted event TextSelectionCompleted event.
Inheritance
System.Object
TextSelectionCompletedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class TextSelectionCompletedEventArgs : EventArgs
Properties
SelectedText
Gets the selected text.
Declaration
public string SelectedText { get; }
Property Value
Type | Description |
---|---|
System.String |