SearchEventArgs Constructor
Class constructor.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public SearchEventArgs(
string text,
string searchIn,
SearchType typeSearch,
SearchMatchType typeMatch,
bool caseSensitive
)
Public Sub New (
text As String,
searchIn As String,
typeSearch As SearchType,
typeMatch As SearchMatchType,
caseSensitive As Boolean
)
Parameters
- text String
- Text to search.
- searchIn String
- Indicates the search field name.
- typeSearch SearchType
- Indicates the type of search.
- typeMatch SearchMatchType
- Indicates the type of match.
- caseSensitive Boolean
- Indicates that the search is case sensitive.