Show / Hide Table of Contents

Class TextChangedBehavior

Inheritance
System.Object
Xamarin.Forms.BindableObject
Xamarin.Forms.Behavior
Xamarin.Forms.Behavior<Xamarin.Forms.SearchBar>
TextChangedBehavior
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Xamarin.Forms.Behavior<Xamarin.Forms.SearchBar>.OnAttachedTo(Xamarin.Forms.BindableObject)
Xamarin.Forms.Behavior<Xamarin.Forms.SearchBar>.OnDetachingFrom(Xamarin.Forms.BindableObject)
Xamarin.Forms.Behavior.AssociatedType
Xamarin.Forms.BindableObject.BindingContextProperty
Xamarin.Forms.BindableObject.ClearValue(Xamarin.Forms.BindableProperty)
Xamarin.Forms.BindableObject.ClearValue(Xamarin.Forms.BindablePropertyKey)
Xamarin.Forms.BindableObject.GetValue(Xamarin.Forms.BindableProperty)
Xamarin.Forms.BindableObject.IsSet(Xamarin.Forms.BindableProperty)
Xamarin.Forms.BindableObject.RemoveBinding(Xamarin.Forms.BindableProperty)
Xamarin.Forms.BindableObject.SetBinding(Xamarin.Forms.BindableProperty, Xamarin.Forms.BindingBase)
Xamarin.Forms.BindableObject.ApplyBindings()
Xamarin.Forms.BindableObject.OnBindingContextChanged()
Xamarin.Forms.BindableObject.OnPropertyChanged(System.String)
Xamarin.Forms.BindableObject.OnPropertyChanging(System.String)
Xamarin.Forms.BindableObject.UnapplyBindings()
Xamarin.Forms.BindableObject.SetValue(Xamarin.Forms.BindableProperty, System.Object)
Xamarin.Forms.BindableObject.SetValue(Xamarin.Forms.BindablePropertyKey, System.Object)
Xamarin.Forms.BindableObject.BindingContext
Xamarin.Forms.BindableObject.PropertyChanged
Xamarin.Forms.BindableObject.PropertyChanging
Xamarin.Forms.BindableObject.BindingContextChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NavJU.Services
Assembly: NavJU.dll
Syntax
public class TextChangedBehavior : Behavior<SearchBar>, INotifyPropertyChanged, IDynamicResourceHandler, IAttachedObject

Methods

OnAttachedTo(SearchBar)

Declaration
protected override void OnAttachedTo(SearchBar bindable)
Parameters
Type Name Description
Xamarin.Forms.SearchBar bindable
Overrides
Xamarin.Forms.Behavior<Xamarin.Forms.SearchBar>.OnAttachedTo(Xamarin.Forms.SearchBar)

OnDetachingFrom(SearchBar)

Declaration
protected override void OnDetachingFrom(SearchBar bindable)
Parameters
Type Name Description
Xamarin.Forms.SearchBar bindable
Overrides
Xamarin.Forms.Behavior<Xamarin.Forms.SearchBar>.OnDetachingFrom(Xamarin.Forms.SearchBar)

Implements

System.ComponentModel.INotifyPropertyChanged
Back to top Generated by DocFX