Class TextSearchedEventArgs
Class TextSearchedEventArgs. Implements the System.EventArgs
Inheritance
System.Object
TextSearchedEventArgs
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class TextSearchedEventArgs : EventArgs
Constructors
TextSearchedEventArgs(String, Nullable<Span>, Boolean)
Initializes a new instance of the TextSearchedEventArgs class.
Declaration
public TextSearchedEventArgs(string searchText, Nullable<Span> foundSpan, bool isSearchForward)
Parameters
System.String
searchText
The searched text. |
System.Nullable<Span>
foundSpan
The found span. |
System.Boolean
isSearchForward
Is search forward. |
Properties
FoundSpan
Gets the found span object.
Declaration
public Nullable<Span> FoundSpan { get; }
Property Value
System.Nullable<Span>
The text. |
IsSearchForward
Gets the search direction.
Declaration
public bool IsSearchForward { get; }
Property Value
System.Boolean
The text. |
SearchText
Gets the search text.
Declaration
public string SearchText { get; }
Property Value
System.String
The text. |
Extension Methods
See Also
System.EventArgs