SearchEventArgs Class

Search event args class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class SearchEventArgs : EventArgs
Inheritance
Object    EventArgs    SearchEventArgs

Remarks

Provides data for a search event.

Constructors

SearchEventArgs Class constructor.

Properties

CaseSensitive Indicates that the search is case sensitive.
SearchIn Indicates the search field name.
Text Text to search.
TypeMatch Indicates the type of match.
TypeSearch Indicates the type of search.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also