SearchEventArgs Constructor

Class constructor.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public SearchEventArgs(
	string text,
	string searchIn,
	SearchType typeSearch,
	SearchMatchType typeMatch,
	bool caseSensitive
)

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.

See Also