Class TextSearchedEventArgs. Implements the EventArgs
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class TextSearchedEventArgs : EventArgs
Inheritance: objectEventArgsTextSearchedEventArgs
Inherited Members
Constructors
Initializes a new instance of the TextSearchedEventArgs class.
Properties
Gets the found span object.
C#
public Span? FoundSpan { get; }
The text.
Gets the search direction.
C#
public bool IsSearchForward { get; }
The text.
Gets the search text.
C#
public string SearchText { get; }
The text.