ClassTextSearchedEventArgs
Class
Class TextSearchedEventArgs. Implements the EventArgs
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class TextSearchedEventArgs : EventArgs
Inheritance: objectEventArgsTextSearchedEventArgs
Inherited Members
Constructors
TextSearchedEventArgs(string, Span?, bool)
Initializes a new instance of the TextSearchedEventArgs class.
Properties
FoundSpan
Gets the found span object.
IsSearchForward
Gets the search direction.
SearchText
Gets the search text.