Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / AutoCompleteTextBox Class


In This Topic
    AutoCompleteTextBox Class Events
    In This Topic

    For a list of all members of this type, see AutoCompleteTextBox members.

    Public Events
     NameDescription
    Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Public EventThe event that is raised when the user finalizes the Text entry process with the Return key. (Inherited from Xceed.Maui.Toolkit.TextBox)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public EventThis event is raised when the AutoCompleteTextBox's Popup is closed once a selection is made in the list of filtered items or when the filtering process returns no value.  
    Public EventThis event is raised when the AutoCompleteTextBox's Popup is opened to display the items taken from the ItemsSource once they've been filtered.    
    Public EventThis event is raised when the list of filtered items is updated.  
    Public EventThe event that is raised when the TextBox is selected &, thus, in focus. (Inherited from Xceed.Maui.Toolkit.TextBox)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.Element)
    Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public EventThis event is raised when a value from the AutoCompleteTextBox's Popup is selected & said Popup closes.   
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Public Event
    The event that is raised when the Text is modified.
    (Inherited from Xceed.Maui.Toolkit.TextBox)
    Public EventThe event that is raised when the TextBox is deselected &, therefore, no longer in focus. (Inherited from Xceed.Maui.Toolkit.TextBox)
    Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
    Top
    See Also