SearchForVirtualItemEventArgs

Wisej.Web.SearchForVirtualItemEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for the SearchForVirtualItem event.

public class SearchForVirtualItemEventArgs : EventArgs

Constructors

Initializes a new instance of the SearchForVirtualItemEventArgs class.

Properties

Boolean: Returns a value indicating whether the search should include sub items of list items.

Int32: Returns or sets the index of the ListViewItem found in the ListView .

Boolean: Returns a value indicating whether the search should return an item if its text starts with the search text.

Int32: Returns the index of the ListViewItem where the search starts.

String: Returns the text used to find an item in the ListView control.

Used By

Last updated