Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / AutoCompleteTextWatcher Class / NotifyAll Method


In This Topic
    NotifyAll Method (AutoCompleteTextWatcher)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("notifyAll", 
       "()V", 
       "")>
    Public Sub NotifyAll() 
    'Usage
     
    
    Dim instance As AutoCompleteTextWatcher
     
    instance.NotifyAll()
    [Android.Runtime.Register("notifyAll", 
       "()V", 
       "")]
    public void NotifyAll()
    See Also