UISearchBarTextChangedEventArgs Class

Definition

Provides data for the TextChanged event.

public class UISearchBarTextChangedEventArgs : EventArgs
type UISearchBarTextChangedEventArgs = class
    inherit EventArgs
Inheritance
UISearchBarTextChangedEventArgs

Constructors

UISearchBarTextChangedEventArgs(String)

Initializes a new instance of the UISearchBarTextChangedEventArgs class.

Properties

SearchText

The string to be searched.

Applies to